Searched refs:MNT_NODEV (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dmount.h26 #define MNT_NODEV 0x02 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-master/fs/
H A Dproc_namespace.c68 { MNT_NODEV, ",nodev" },
H A Dstatfs.c22 if (mnt_flags & MNT_NODEV)
H A Dnamespace.c2164 if (flags & MNT_NODEV)
2758 !(mnt_flags & MNT_NODEV))
3637 mnt_flags |= MNT_NODEV;
3928 mnt_flags |= MNT_NODEV;
4733 if (mnt_flags & MNT_NODEV)
H A Dnamei.c3229 return !(path->mnt->mnt_flags & MNT_NODEV) &&

Completed in 162 milliseconds