Searched refs:MS_NODEV (Results 1 – 9 of 9) 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/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/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,
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | ubifs.h | 477 #define MS_NODEV 4 /* Disallow access to device special files */ macro
|