Home
last modified time | relevance | path

Searched refs:__NR_fallocate (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfallocate.h43 return tst_syscall(__NR_fallocate, fd, mode, offset, len); in fallocate()
45 return (long)tst_syscall(__NR_fallocate, fd, mode, in fallocate()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h331 #define __NR_fallocate 352 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs302 __NR_fallocate,
314 __NR_fallocate,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1886 pub const __NR_fallocate: u32 = 47; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1885 pub const __NR_fallocate: u32 = 47; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1876 pub const __NR_fallocate: u32 = 47; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2162 pub const __NR_fallocate: u32 = 309; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2262 pub const __NR_fallocate: u32 = 5279; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2165 pub const __NR_fallocate: u32 = 309; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2295 pub const __NR_fallocate: u32 = 4320; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2137 pub const __NR_fallocate: u32 = 352; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2396 pub const __NR_fallocate: u32 = 314; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2092 pub const __NR_fallocate: u32 = 314; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2386 pub const __NR_fallocate: u32 = 314; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2084 pub const __NR_fallocate: u32 = 1073742109; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2149 pub const __NR_fallocate: u32 = 324; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2121 pub const __NR_fallocate: u32 = 285; consts

Completed in 190 milliseconds