/third_party/ntfs-3g/libfuse-lite/ |
H A 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()
|
H A 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/libfuse/lib/ |
H A D | mount.c | 36 #define MS_NODEV MNT_NODEV macro 148 {"dev", MS_NODEV, 0}, 149 {"nodev", MS_NODEV, 1}, 594 mo->flags = MS_NOSUID | MS_NODEV; in parse_mount_opts()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 97 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV}, in flag_opts()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 28 #define MS_NODEV 4 macro
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV}, in flag_opts()
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 13 MS_NODEV;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 499 const NODEV = linux_raw_sys::general::MS_NODEV as u64; 671 /// `MS_NODEV` 672 const NODEV = linux_raw_sys::general::MS_NODEV;
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 16 * - MS_NODEV - disallow access to device special files 182 {FLAG_DESC(MS_NODEV), test_nodev},
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 624 {"dev", MS_NODEV, 0, 0}, 625 {"nodev", MS_NODEV, 1, 1}, 774 int flags = MS_NOSUID | MS_NODEV; in do_mount()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1149 /// `MS_NODEV` 1150 const NODEV = c::MS_NODEV;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 608 pub const MS_NODEV: ::c_ulong = 0x04; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 387 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1544 pub const MS_NODEV: ::c_ulong = 0x04; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 392 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 392 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 399 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 396 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 399 pub const MS_NODEV: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 396 pub const MS_NODEV: u32 = 4; consts
|