MNT_LOCKED       1579 fs/namespace.c 	if (mnt->mnt.mnt_flags & MNT_LOCKED)
MNT_LOCKED       1692 fs/namespace.c 	if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */
MNT_LOCKED       1775 fs/namespace.c 				if (s->mnt.mnt_flags & MNT_LOCKED) {
MNT_LOCKED       1923 fs/namespace.c 			flags |= MNT_LOCKED;
MNT_LOCKED       2103 fs/namespace.c 		child->mnt.mnt_flags &= ~MNT_LOCKED;
MNT_LOCKED       2241 fs/namespace.c 		if (child->mnt.mnt_flags & MNT_LOCKED)
MNT_LOCKED       2266 fs/namespace.c 		mnt->mnt.mnt_flags &= ~MNT_LOCKED;
MNT_LOCKED       2632 fs/namespace.c 	if (old->mnt.mnt_flags & MNT_LOCKED)
MNT_LOCKED       3659 fs/namespace.c 	if (new_mnt->mnt.mnt_flags & MNT_LOCKED)
MNT_LOCKED       3685 fs/namespace.c 	if (root_mnt->mnt.mnt_flags & MNT_LOCKED) {
MNT_LOCKED       3686 fs/namespace.c 		new_mnt->mnt.mnt_flags |= MNT_LOCKED;
MNT_LOCKED       3687 fs/namespace.c 		root_mnt->mnt.mnt_flags &= ~MNT_LOCKED;
MNT_LOCKED       3739 fs/namespace.c 	mnt->mnt_flags |= MNT_LOCKED;
MNT_LOCKED       3889 fs/namespace.c 			if (!(child->mnt.mnt_flags & MNT_LOCKED))
MNT_LOCKED        423 fs/pnode.c     			child->mnt.mnt_flags &= ~MNT_LOCKED;
MNT_LOCKED         21 fs/pnode.h     #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)