Home
last modified time | relevance | path

Searched refs:AT_STATX_FORCE_SYNC (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dfcntl.h113 #ifndef AT_STATX_FORCE_SYNC
114 # define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx07.c12 * - AT_STATX_FORCE_SYNC
21 * Then, by using AT_STATX_FORCE_SYNC getting new updated vaue
25 * AT_STATX_FORCE_SYNC is called to create cache data of the file.
88 {FLAG_NAME(AT_STATX_FORCE_SYNC), SERV_FORCE_SYNC, CLI_FORCE_SYNC, CURRENT_MODE}
96 get_mode(tc->client_file, AT_STATX_FORCE_SYNC, "AT_STATX_FORCE_SYNC"); in test_statx()
/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h106 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h105 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h105 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h105 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h108 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h105 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/musl/include/
H A Dfcntl.h108 #define AT_STATX_FORCE_SYNC 0x2000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs48 /// `AT_STATX_FORCE_SYNC`
49 const STATX_FORCE_SYNC = linux_raw_sys::general::AT_STATX_FORCE_SYNC;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs56 /// `AT_STATX_FORCE_SYNC`
58 const STATX_FORCE_SYNC = c::AT_STATX_FORCE_SYNC;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1005 pub const AT_STATX_FORCE_SYNC: ::c_int = 0x2000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs283 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs288 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs288 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs295 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs292 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs295 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs292 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs282 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs286 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs283 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs286 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs283 pub const AT_STATX_FORCE_SYNC: u32 = 8192; consts

Completed in 168 milliseconds

12