Searched refs:MS_NODEV (Results 1 – 12 of 12) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | mount.c | 202 {"dev", MS_NODEV, 0}, 203 {"nodev", MS_NODEV, 1}, 623 mo.flags = MS_NOSUID | MS_NODEV; in fuse_kern_mount() 680 if (!(mo.flags & MS_NODEV) && fuse_opt_add_opt(&mnt_opts, "dev") == -1) in fuse_kern_mount()
|
D | fusermount.c | 227 {"dev", MS_NODEV, 0, 0}, 228 {"nodev", MS_NODEV, 1, 1}, 342 int flags = MS_NOSUID | MS_NODEV; in do_mount()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 97 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 75 MS_NODEV,
|