Home
last modified time | relevance | path

Searched refs:IS_MNT_SHARED (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/
Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) macro
Dnamespace.c1086 ((flag & CL_SHARED_TO_SLAVE) && IS_MNT_SHARED(old))) { in clone_mnt()
1091 if ((flag & CL_MAKE_SHARED) || IS_MNT_SHARED(old)) in clone_mnt()
2041 if (p->mnt_group_id && !IS_MNT_SHARED(p)) in cleanup_group_ids()
2051 if (!p->mnt_group_id && !IS_MNT_SHARED(p)) { in invent_group_ids()
2175 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
2742 if (IS_MNT_SHARED(to) || IS_MNT_SLAVE(to)) in do_set_group()
2746 if (!IS_MNT_SHARED(from) && !IS_MNT_SLAVE(from)) in do_set_group()
2756 if (IS_MNT_SHARED(from)) { in do_set_group()
2816 if (attached && IS_MNT_SHARED(parent)) in do_move_mount()
2822 if (IS_MNT_SHARED(p) && tree_contains_unbindable(old)) in do_move_mount()
[all …]
Dpnode.c78 if (IS_MNT_SHARED(mnt)) { in do_make_slave()
257 if (IS_MNT_SHARED(m)) in propagate_one()
Dproc_namespace.c163 if (IS_MNT_SHARED(r)) in show_mountinfo()