Home
last modified time | relevance | path

Searched defs:fallocate (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/linux/
H A Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
/third_party/ltp/include/lapi/
H A 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/
H A Dfd.rs249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate() functions
/third_party/rust/crates/nix/src/
H A Dfcntl.rs683 pub fn fallocate( in fallocate() functions
/third_party/NuttX/fs/vfs/include/
H A Dfile.h144 int (*fallocate)(struct file* filep, int mode, off_t offset, off_t len); member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h493 unused_func_t fallocate; member
/third_party/libfuse/include/
H A Dfuse.h803 int (*fallocate) (const char *, int, off_t, off_t, member
H A Dfuse_lowlevel.h1196 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
/third_party/toybox/generated/
H A Dglobals.h1648 struct fallocate_data fallocate; member
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3157 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3982 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3952 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() functions

Completed in 43 milliseconds