Home
last modified time | relevance | path

Searched refs:MS_LAZYTIME (Results 1 - 25 of 26) sorted by relevance

12

/third_party/libfuse/include/
H A Dfuse_mount_compat.h28 #ifndef MS_LAZYTIME
29 #define MS_LAZYTIME (1<<25) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h50 #define MS_LAZYTIME (1<<25) macro
57 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h49 #define MS_LAZYTIME (1<<25) macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h49 #define MS_LAZYTIME (1<<25) macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h50 #define MS_LAZYTIME (1<<25) macro
57 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h49 #define MS_LAZYTIME (1<<25) macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/include/sys/
H A Dmount.h50 #define MS_LAZYTIME (1<<25) macro
57 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs42 MS_LAZYTIME;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs661 /// `MS_LAZYTIME`
662 const LAZYTIME = linux_raw_sys::general::MS_LAZYTIME;
/third_party/libfuse/util/
H A Dfusermount.c634 {"lazytime", MS_LAZYTIME, 1, 1},
635 {"nolazytime", MS_LAZYTIME, 0, 1},
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs1139 /// `MS_LAZYTIME`
1140 const LAZYTIME = c::MS_LAZYTIME;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs629 pub const MS_LAZYTIME: ::c_ulong = 0x2000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs410 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs415 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs415 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs422 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs419 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs422 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs419 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs409 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs414 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs410 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs414 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs410 pub const MS_LAZYTIME: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs411 pub const MS_LAZYTIME: u32 = 33554432; consts

Completed in 224 milliseconds

12