Home
last modified time | relevance | path

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

/linux/fs/
H A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt_t_flags & T_SHARED) macro
H A Dpnode.c113 if (IS_MNT_SHARED(mnt)) { in change_mnt_propagation()
293 if (IS_MNT_SHARED(m)) in propagate_mnt()
362 if (!IS_MNT_SHARED(from)) in propagation_would_overmount()
H A Dnamespace.c2506 if (p->mnt_group_id && !IS_MNT_SHARED(p)) in cleanup_group_ids()
2656 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
2666 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
3387 if (IS_MNT_SHARED(to) || IS_MNT_SLAVE(to)) in do_set_group()
3391 if (!IS_MNT_SHARED(from) && !IS_MNT_SLAVE(from)) in do_set_group()
3399 if (IS_MNT_SHARED(from)) { in do_set_group()
3611 if (IS_MNT_SHARED(parent)) in do_move_mount()
3654 if (IS_MNT_SHARED(p) && tree_contains_unbindable(old)) in do_move_mount()
4697 if (IS_MNT_SHARED(old_mnt) || in SYSCALL_DEFINE2()
4698 IS_MNT_SHARED(ex_parent) || in SYSCALL_DEFINE2()
[all …]
H A Dproc_namespace.c159 if (IS_MNT_SHARED(r)) in show_mountinfo()