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

/linux-master/fs/
H A Dpnode.h21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
H A Dnamespace.c1778 /* Recheck MNT_LOCKED with the locks held */
1780 if (mnt->mnt.mnt_flags & MNT_LOCKED)
1881 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */
1995 if (s->mnt.mnt_flags & MNT_LOCKED) {
2089 if (child->mnt.mnt_flags & MNT_LOCKED)
2174 flags |= MNT_LOCKED;
2382 child->mnt.mnt_flags &= ~MNT_LOCKED;
2600 mnt->mnt.mnt_flags &= ~MNT_LOCKED;
3153 if (old->mnt.mnt_flags & MNT_LOCKED)
4222 if (new_mnt->mnt.mnt_flags & MNT_LOCKED)
[all...]
H A Dpnode.c446 * Clear MNT_LOCKED when it can be shown to be safe.
461 child->mnt.mnt_flags &= ~MNT_LOCKED;
/linux-master/include/linux/
H A Dmount.h62 #define MNT_LOCKED 0x800000 macro

Completed in 166 milliseconds