Home
last modified time | relevance | path

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

/fs/
Dnamespace.c582 if ((flag & CL_PROPAGATION) || IS_MNT_SHARED(old)) in clone_mnt()
858 if (IS_MNT_SHARED(mnt)) in show_mountinfo()
1267 if (p->mnt_group_id && !IS_MNT_SHARED(p)) in cleanup_group_ids()
1277 if (!p->mnt_group_id && !IS_MNT_SHARED(p)) { in invent_group_ids()
1361 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
1370 if (IS_MNT_SHARED(dest_mnt)) { in attach_recursive_mnt()
1393 if (IS_MNT_SHARED(dest_mnt)) in attach_recursive_mnt()
1618 IS_MNT_SHARED(old_path.mnt->mnt_parent)) in do_move_mount()
1624 if (IS_MNT_SHARED(path->mnt) && in do_move_mount()
2210 if (IS_MNT_SHARED(old.mnt) || in SYSCALL_DEFINE2()
[all …]
Dpnode.h14 #define IS_MNT_SHARED(mnt) (mnt->mnt_flags & MNT_SHARED) macro
Dpnode.c100 if (IS_MNT_SHARED(mnt) && list_empty(&mnt->mnt_share)) in do_make_slave()
191 if (IS_MNT_SHARED(dest)) in get_source()