Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ntfs-3g/libfuse-lite/
Dmount.c199 {"suid", MS_NOSUID, 0},
200 {"nosuid", MS_NOSUID, 1},
623 mo.flags = MS_NOSUID | MS_NODEV; in fuse_kern_mount()
652 mo.flags |= MS_NOSUID; in fuse_kern_mount()
682 if (!(mo.flags & MS_NOSUID) && fuse_opt_add_opt(&mnt_opts, "suid") == -1) in fuse_kern_mount()
Dfusermount.c225 {"suid", MS_NOSUID, 0, 0},
226 {"nosuid", MS_NOSUID, 1, 1},
342 int flags = MS_NOSUID | MS_NODEV; in do_mount()
/third_party/libfuse/lib/
Dmount.c35 #define MS_NOSUID MNT_NOSUID macro
146 {"suid", MS_NOSUID, 0},
147 {"nosuid", MS_NOSUID, 1},
594 mo->flags = MS_NOSUID | MS_NODEV; in parse_mount_opts()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c96 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/include/sys/
Dmount.h27 #define MS_NOSUID 2 macro
/third_party/toybox/toys/lsb/
Dmount.c100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
/third_party/rust/crates/nix/src/mount/
Dlinux.rs11 MS_NOSUID;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs508 const NOSUID = linux_raw_sys::general::MS_NOSUID as u64;
681 const NOSUID = linux_raw_sys::general::MS_NOSUID;
/third_party/libfuse/util/
Dfusermount.c622 {"suid", MS_NOSUID, 0, 0},
623 {"nosuid", MS_NOSUID, 1, 1},
774 int flags = MS_NOSUID | MS_NODEV; in do_mount()
/third_party/selinux/libselinux/src/
Dload_policy.c283 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, MS_NOEXEC | MS_NOSUID, 0) == 0 || errno == EBUSY) { in selinux_init_load_policy()
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c79 MS_NOSUID,
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt496 MS_NOSUID
Dlinux.txt1339 MS_NOSUID
Dandroid.txt1225 MS_NOSUID
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1159 const NOSUID = c::MS_NOSUID;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs607 pub const MS_NOSUID: ::c_ulong = 0x02; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1543 pub const MS_NOSUID: ::c_ulong = 0x02; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs391 pub const MS_NOSUID: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs386 pub const MS_NOSUID: u32 = 2; constant

12