Home
last modified time | relevance | path

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

/external/strace/
Dfallocate.c9 SYS_FUNC(fallocate) in SYS_FUNC() argument
/external/ltp/include/lapi/
Dfallocate.h55 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
/external/crosvm/cros_async/src/
Dpoll_source.rs257 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate() method
345 fn fallocate() { in fallocate() function
During_source.rs184 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate() method
469 fn fallocate() { in fallocate() function
Dio_ext.rs91 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> Result<()>; in fallocate() method
/external/rust/crates/nix/src/
Dfcntl.rs573 pub fn fallocate( in fallocate() function
/external/crosvm/sys_util/src/
Dlib.rs240 pub fn fallocate( in fallocate() function
/external/libfuse/include/
Dfuse_lowlevel.h1167 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
Dfuse.h760 int (*fallocate) (const char *, int, off_t, off_t, member
/external/crosvm/fuse/src/
Dfilesystem.rs823 fn fallocate( in fallocate() method
Dserver.rs1416 fn fallocate<R: Reader, W: Writer>( in fallocate() method
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs2003 fn fallocate( in fallocate() method
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3636 LSS_INLINE int LSS_NAME(fallocate)(int f, int mode, loff_t offset, in LSS_NAME() argument
3657 LSS_INLINE _syscall4(int, fallocate, in _syscall4() argument
/external/toybox/android/linux/generated/
Dglobals.h1600 struct fallocate_data fallocate; member
/external/toybox/android/device/generated/
Dglobals.h1600 struct fallocate_data fallocate; member
/external/toybox/android/mac/generated/
Dglobals.h1600 struct fallocate_data fallocate; member
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2430 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3080 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3962 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function