Searched refs:MNT_LOCKED (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/
H A Dpnode.h22 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
H A Dpnode.c252 child->mnt.mnt_flags &= ~MNT_LOCKED; propagate_one()
373 * Clear MNT_LOCKED when it can be shown to be safe.
388 child->mnt.mnt_flags &= ~MNT_LOCKED; propagate_mount_unlock()
393 * Mark all mounts that the MNT_LOCKED logic will allow to be unmounted.
H A Dnamespace.c998 mnt->mnt.mnt_flags |= MNT_LOCKED; clone_mnt()
1609 if (mnt->mnt.mnt_flags & MNT_LOCKED) SYSCALL_DEFINE2()
2050 if (child->mnt.mnt_flags & MNT_LOCKED) has_locked_children()
2107 mnt->mnt.mnt_flags &= ~MNT_LOCKED; do_loopback()
2247 if (old->mnt.mnt_flags & MNT_LOCKED) do_move_mount()
3007 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) SYSCALL_DEFINE2()
3035 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { SYSCALL_DEFINE2()
3036 new_mnt->mnt.mnt_flags |= MNT_LOCKED; SYSCALL_DEFINE2()
3037 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; SYSCALL_DEFINE2()
3090 mnt->mnt_flags |= MNT_LOCKED; init_mount_tree()
3241 if (!(child->mnt.mnt_flags & MNT_LOCKED)) fs_fully_visible()
/linux-4.1.27/include/linux/
H A Dmount.h60 #define MNT_LOCKED 0x800000 macro

Completed in 84 milliseconds