Searched refs:IS_MNT_SLAVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dpnode.h14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) macro
H A Dproc_namespace.c161 if (IS_MNT_SLAVE(r)) {
H A Dnamespace.c1223 if (IS_MNT_SLAVE(old))
2984 if (IS_MNT_SHARED(to) || IS_MNT_SLAVE(to))
2988 if (!IS_MNT_SHARED(from) && !IS_MNT_SLAVE(from))
2991 if (IS_MNT_SLAVE(from)) {
4761 if (IS_MNT_SLAVE(m))
4794 s->sm.mnt_master = IS_MNT_SLAVE(m) ? m->mnt_master->mnt_group_id : 0;
4802 if (IS_MNT_SLAVE(m))

Completed in 103 milliseconds