Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h53 MNT_DOOMED | MNT_SYNC_UMOUNT | MNT_MARKED | MNT_ONRB)
67 #define MNT_ONRB 0x10000000 macro
/linux/fs/
H A Dmount.h148 WARN_ON(!(mnt->mnt.mnt_flags & MNT_ONRB)); in move_from_ns()
149 mnt->mnt.mnt_flags &= ~MNT_ONRB; in move_from_ns()
H A Dnamespace.c1021 WARN_ON(mnt->mnt.mnt_flags & MNT_ONRB); in mnt_add_to_ns()
1032 mnt->mnt.mnt_flags |= MNT_ONRB; in mnt_add_to_ns()
1202 mnt->mnt.mnt_flags &= ~(MNT_WRITE_HOLD|MNT_MARKED|MNT_INTERNAL|MNT_ONRB); in clone_mnt()
1636 if (p->mnt.mnt_flags & MNT_ONRB) in umount_tree()
1785 if (mnt->mnt.mnt_flags & MNT_ONRB || in do_umount()
1793 if (mnt->mnt.mnt_flags & MNT_ONRB || in do_umount()