Home
last modified time | relevance | path

Searched refs:MS_NODEV (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c202 {"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 Dfusermount.c227 {"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 Dmount.c36 #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 Dmount.c97 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV}, in flag_opts()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/include/sys/
H A Dmount.h28 #define MS_NODEV 4 macro
/third_party/toybox/toys/lsb/
H A Dmount.c101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV}, in flag_opts()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs13 MS_NODEV;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs499 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 Dmount03.c16 * - MS_NODEV - disallow access to device special files
182 {FLAG_DESC(MS_NODEV), test_nodev},
/third_party/libfuse/util/
H A Dfusermount.c624 {"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 Dtypes.rs1149 /// `MS_NODEV`
1150 const NODEV = c::MS_NODEV;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs608 pub const MS_NODEV: ::c_ulong = 0x04; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs387 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1544 pub const MS_NODEV: ::c_ulong = 0x04; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs392 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs392 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs399 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs396 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs399 pub const MS_NODEV: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs396 pub const MS_NODEV: u32 = 4; consts

Completed in 119 milliseconds

12