Home
last modified time | relevance | path

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

/linux/fs/
H A Dpnode.h14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) macro
H A Dproc_namespace.c161 if (IS_MNT_SLAVE(r)) { in show_mountinfo()
H A Dnamespace.c1295 } else if (IS_MNT_SLAVE(old)) { in clone_mnt()
3339 if (IS_MNT_SHARED(to) || IS_MNT_SLAVE(to)) in do_set_group()
3343 if (!IS_MNT_SHARED(from) && !IS_MNT_SLAVE(from)) in do_set_group()
3346 if (IS_MNT_SLAVE(from)) { in do_set_group()
5143 if (IS_MNT_SLAVE(m)) in mnt_to_propagation_flags()
5176 s->sm.mnt_master = IS_MNT_SLAVE(m) ? m->mnt_master->mnt_group_id : 0; in statmount_mnt_basic()
5184 if (IS_MNT_SLAVE(m)) in statmount_propagate_from()