Searched refs:fallocate64 (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/linux/ |
D | fallocate.c | 11 #undef fallocate64 12 weak_alias(fallocate, fallocate64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 187 #define fallocate64 fallocate macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 187 #define fallocate64 fallocate macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 183 int fallocate64(int, int, off64_t, off64_t);
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 188 #define fallocate64 fallocate macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 187 #define fallocate64 fallocate macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 187 #define fallocate64 fallocate macro
|
/third_party/musl/include/ |
D | fcntl.h | 190 #define fallocate64 fallocate macro
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 145 int (*fallocate64)(struct file *filep, int mode, off64_t offset, off64_t len); member
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | offset.rs | 179 pub(super) use c::fallocate64 as libc_fallocate;
|
/third_party/musl/ |
D | libc.map.txt | 632 fallocate64;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 2917 fallocate64
|
D | android.txt | 2942 fallocate64
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3158 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/ |
D | mod.rs | 3953 pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in fallocate64() function
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 450 +/* Define to 1 if you have the `fallocate64' function. */
|