Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dpnode.h14 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) macro
Dnamespace.c1050 ((flag & CL_SHARED_TO_SLAVE) && IS_MNT_SHARED(old))) { in clone_mnt()
1055 if ((flag & CL_MAKE_SHARED) || IS_MNT_SHARED(old)) in clone_mnt()
1835 if (p->mnt_group_id && !IS_MNT_SHARED(p)) in cleanup_group_ids()
1845 if (!p->mnt_group_id && !IS_MNT_SHARED(p)) { in invent_group_ids()
1968 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
2341 if (IS_MNT_SHARED(old->mnt_parent)) in do_move_mount()
2347 if (IS_MNT_SHARED(p) && tree_contains_unbindable(old)) in do_move_mount()
3103 if (IS_MNT_SHARED(old_mnt) || in SYSCALL_DEFINE2()
3104 IS_MNT_SHARED(new_mnt->mnt_parent) || in SYSCALL_DEFINE2()
3105 IS_MNT_SHARED(root_mnt->mnt_parent)) in SYSCALL_DEFINE2()
Dpnode.c78 if (IS_MNT_SHARED(mnt)) { in do_make_slave()
258 if (IS_MNT_SHARED(m)) in propagate_one()
Dproc_namespace.c159 if (IS_MNT_SHARED(r)) in show_mountinfo()