/external/strace/ |
D | fallocate.c | 9 SYS_FUNC(fallocate) in SYS_FUNC() argument
|
/external/ltp/include/lapi/ |
D | fallocate.h | 55 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
|
/external/crosvm/cros_async/src/ |
D | poll_source.rs | 257 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate() method 345 fn fallocate() { in fallocate() function
|
D | uring_source.rs | 184 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate() method 469 fn fallocate() { in fallocate() function
|
D | io_ext.rs | 91 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> Result<()>; in fallocate() method
|
/external/rust/crates/nix/src/ |
D | fcntl.rs | 573 pub fn fallocate( in fallocate() function
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 240 pub fn fallocate( in fallocate() function
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 1167 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
|
D | fuse.h | 760 int (*fallocate) (const char *, int, off_t, off_t, member
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 823 fn fallocate( in fallocate() method
|
D | server.rs | 1416 fn fallocate<R: Reader, W: Writer>( in fallocate() method
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 2003 fn fallocate( in fallocate() method
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3636 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/ |
D | globals.h | 1600 struct fallocate_data fallocate; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 1600 struct fallocate_data fallocate; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 1600 struct fallocate_data fallocate; member
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2430 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/ |
D | mod.rs | 3080 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/ |
D | mod.rs | 3962 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() function
|