Home
last modified time | relevance | path

Searched refs:ST_MANDLOCK (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h34 #define ST_MANDLOCK 64 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/musl/include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h37 #define ST_MANDLOCK 64 macro
/third_party/rust/crates/nix/src/sys/
Dstatvfs.rs39 ST_MANDLOCK;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt898 ST_MANDLOCK
Dlinux.txt2310 ST_MANDLOCK
Dandroid.txt2244 ST_MANDLOCK
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs816 const MANDLOCK = libc::ST_MANDLOCK as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs890 pub const ST_MANDLOCK: ::c_ulong = 64; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1588 pub const ST_MANDLOCK: ::c_ulong = 64; constant
/third_party/python/Modules/
Dposixmodule.c15132 #ifdef ST_MANDLOCK in all_ins()
15133 if (PyModule_AddIntMacro(m, ST_MANDLOCK)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1740 pub const ST_MANDLOCK: ::c_ulong = 64; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2304 pub const ST_MANDLOCK: ::c_ulong = 64; constant
/third_party/python/Doc/library/
Dos.rst2874 (writes are synced at once), :const:`ST_MANDLOCK` (allow mandatory locks on an FS),
2892 :const:`ST_MANDLOCK`, :const:`ST_WRITE`, :const:`ST_APPEND`,