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

/linux-4.1.27/include/linux/
H A Dmount.h25 #define MNT_NODEV 0x02 macro
45 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
H A Dfs.h1914 #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */
/linux-4.1.27/fs/
H A Dstatfs.c20 if (mnt_flags & MNT_NODEV) flags_by_mnt()
H A Dproc_namespace.c64 { MNT_NODEV, ",nodev" }, show_mnt_opts()
H A Dnamespace.c985 if (mnt->mnt.mnt_flags & MNT_NODEV) clone_mnt()
2168 !(mnt_flags & MNT_NODEV)) { do_remount()
2172 mnt_flags |= MNT_NODEV; do_remount()
2390 mnt_flags |= MNT_NODEV | MNT_LOCK_NODEV; do_new_mount()
2682 mnt_flags |= MNT_NODEV; do_mount()
3228 !(new_flags & MNT_NODEV)) fs_fully_visible()
H A Dblock_dev.c1732 if (path.mnt->mnt_flags & MNT_NODEV) lookup_bdev()
H A Dnamei.c2626 if (path->mnt->mnt_flags & MNT_NODEV) may_open()

Completed in 183 milliseconds