Home
last modified time | relevance | path

Searched refs:fallocate64 (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/linux/
Dfallocate.c11 #undef fallocate64
12 weak_alias(fallocate, fallocate64);
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h183 int fallocate64(int, int, off64_t, off64_t);
/third_party/musl/porting/linux/user/include/
Dfcntl.h188 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/include/
Dfcntl.h190 #define fallocate64 fallocate macro
/third_party/NuttX/fs/vfs/include/
Dfile.h145 int (*fallocate64)(struct file *filep, int mode, off64_t offset, off64_t len); member
/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs179 pub(super) use c::fallocate64 as libc_fallocate;
/third_party/musl/
Dlibc.map.txt632 fallocate64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2917 fallocate64
Dandroid.txt2942 fallocate64
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3158 pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in fallocate64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3953 pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in fallocate64() function
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch450 +/* Define to 1 if you have the `fallocate64' function. */