Searched defs:fallocate (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/src/linux/ |
H A D | fallocate.c | 5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
|
/third_party/ltp/include/lapi/ |
H A 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/ |
H A D | fd.rs | 249 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 D | fcntl.rs | 683 pub fn fallocate( in fallocate() functions
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 144 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 D | kernel.h | 493 unused_func_t fallocate; member
|
/third_party/libfuse/include/ |
H A D | fuse.h | 803 int (*fallocate) (const char *, int, off_t, off_t, member
|
H A D | fuse_lowlevel.h | 1196 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
|
/third_party/toybox/generated/ |
H A D | globals.h | 1648 struct fallocate_data fallocate; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3157 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 D | mod.rs | 3982 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 D | mod.rs | 3952 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() functions
|
Completed in 43 milliseconds