Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) macro
H A Dpnode.c78 if (IS_MNT_SHARED(mnt)) { in do_make_slave()
260 if (IS_MNT_SHARED(m)) in propagate_one()
384 if (!IS_MNT_SHARED(from)) in propagation_would_overmount()
H A Dnamespace.c2561 if (p->mnt_group_id && !IS_MNT_SHARED(p)) in cleanup_group_ids()
2571 if (!p->mnt_group_id && !IS_MNT_SHARED(p)) { in invent_group_ids()
2713 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
2723 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
3435 if (IS_MNT_SHARED(to) || IS_MNT_SLAVE(to)) in do_set_group()
3449 if (IS_MNT_SHARED(from)) { in do_set_group()
3689 if (attached && IS_MNT_SHARED(parent)) in do_move_mount()
4775 if (IS_MNT_SHARED(old_mnt) || in SYSCALL_DEFINE2()
4776 IS_MNT_SHARED(ex_parent) || in SYSCALL_DEFINE2()
4777 IS_MNT_SHARED(root_parent)) in SYSCALL_DEFINE2()
[all …]
H A Dproc_namespace.c159 if (IS_MNT_SHARED(r)) in show_mountinfo()