Searched defs:mnt_type (Results 1 - 2 of 2) sorted by relevance

/lxc/src/include/
H A Dlxcmntent.h29 char* mnt_type; member in struct:mntent
/lxc/src/lxc/tools/
H A Dlxc_copy.c62 enum mnttype mnt_type; member in struct:mnts
250 *m = (struct mnts) {.mnt_type = type};
264 if ((m->mnt_type == LXC_MNT_OVL) || (m->mnt_type == LXC_MNT_AUFS)) {
276 if (m->mnt_type == LXC_MNT_OVL) {
313 if (m->mnt_type == LXC_MNT_AUFS) {
326 } else if (m->mnt_type == LXC_MNT_OVL) {
339 } else if (m->mnt_type == LXC_MNT_BIND) {

Completed in 13 milliseconds