/third_party/musl/src/linux/ |
D | fallocate.c | 5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
|
/third_party/ltp/include/lapi/ |
D | fallocate.h | 39 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate() function
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 144 int (*fallocate)(struct file* filep, int mode, off_t offset, off_t len); member
|
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 1196 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
|
D | fuse.h | 803 int (*fallocate) (const char *, int, off_t, off_t, member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 493 unused_func_t fallocate; member
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1164 pub(crate) fn fallocate( in fallocate() function 1194 pub(crate) fn fallocate( in fallocate() function
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 293 pub(crate) fn fallocate( in fallocate() function
|
/third_party/toybox/generated/ |
D | globals.h | 1516 struct fallocate_data fallocate; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3157 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3952 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3982 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 331 long int (*fallocate)(struct file *, int, loff_t, loff_t); member
|