MNT_NODEV        2933 fs/namei.c     	return !(path->mnt->mnt_flags & MNT_NODEV) &&
MNT_NODEV        1913 fs/namespace.c 		if (flags & MNT_NODEV)
MNT_NODEV        2425 fs/namespace.c 	    !(mnt_flags & MNT_NODEV))
MNT_NODEV        3101 fs/namespace.c 		mnt_flags |= MNT_NODEV;
MNT_NODEV        3403 fs/namespace.c 		mnt_flags |= MNT_NODEV;
MNT_NODEV          68 fs/proc_namespace.c 		{ MNT_NODEV, ",nodev" },
MNT_NODEV          22 fs/statfs.c    	if (mnt_flags & MNT_NODEV)
MNT_NODEV          47 include/linux/mount.h #define MNT_USER_SETTABLE_MASK  (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \