Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dpnode.c468 mnt->mnt.mnt_flags |= MNT_UMOUNT; in umount_one()
489 if (mnt->mnt.mnt_flags & (MNT_UMOUNT | MNT_MARKED)) in __propagate_umount()
548 while (parent->mnt.mnt_flags & MNT_UMOUNT) { in restore_mounts()
612 } else if (child->mnt.mnt_flags & MNT_UMOUNT) { in propagate_umount()
H A Dnamespace.c1609 if (!(mnt->mnt_parent->mnt.mnt_flags & MNT_UMOUNT)) in disconnect_mount()
1638 p->mnt.mnt_flags |= MNT_UMOUNT; in umount_tree()
1827 if (mnt->mnt.mnt_flags & MNT_UMOUNT) { in __detach_mounts()
/openbmc/linux/include/linux/
H A Dmount.h67 #define MNT_UMOUNT 0x8000000 macro