Home
last modified time | relevance | path

Searched defs:fallocate (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/linux/
Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
/third_party/ltp/include/lapi/
Dfallocate.h39 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
/third_party/rust/crates/rustix/src/fs/
Dfd.rs249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate() function
/third_party/NuttX/fs/vfs/include/
Dfile.h144 int (*fallocate)(struct file* filep, int mode, off_t offset, off_t len); member
/third_party/libfuse/include/
Dfuse_lowlevel.h1196 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
Dfuse.h803 int (*fallocate) (const char *, int, off_t, off_t, member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h493 unused_func_t fallocate; member
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1164 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/
Dsyscalls.rs293 pub(crate) fn fallocate( in fallocate() function
/third_party/toybox/generated/
Dglobals.h1516 struct fallocate_data fallocate; member
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3157 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/
Dmod.rs3952 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/
Dmod.rs3982 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/
Dvmlinux.h331 long int (*fallocate)(struct file *, int, loff_t, loff_t); member