/third_party/ntfs-3g/libfuse-lite/ |
D | mount.c | 199 {"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()
|
D | fusermount.c | 225 {"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/ |
D | mount.c | 35 #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/ |
D | mount.c | 96 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 11 MS_NOSUID;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 508 const NOSUID = linux_raw_sys::general::MS_NOSUID as u64; 681 const NOSUID = linux_raw_sys::general::MS_NOSUID;
|
/third_party/libfuse/util/ |
D | fusermount.c | 622 {"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/ |
D | load_policy.c | 283 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/ |
D | mount03.c | 79 MS_NOSUID,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 496 MS_NOSUID
|
D | linux.txt | 1339 MS_NOSUID
|
D | android.txt | 1225 MS_NOSUID
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1159 const NOSUID = c::MS_NOSUID;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 607 pub const MS_NOSUID: ::c_ulong = 0x02; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1543 pub const MS_NOSUID: ::c_ulong = 0x02; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 391 pub const MS_NOSUID: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 386 pub const MS_NOSUID: u32 = 2; constant
|