Home
last modified time | relevance | path

Searched refs:MNT_NODEV (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dmount.h25 #define MNT_NODEV 0x02 macro
/linux-3.4.99/fs/
Dstatfs.c20 if (mnt_flags & MNT_NODEV) in flags_by_mnt()
Dproc_namespace.c63 { MNT_NODEV, ",nodev" }, in show_mnt_opts()
Dblock_dev.c1689 if (path.mnt->mnt_flags & MNT_NODEV) in lookup_bdev()
Dnamespace.c2163 mnt_flags |= MNT_NODEV; in do_mount()
Dnamei.c2102 if (path->mnt->mnt_flags & MNT_NODEV) in may_open()