Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/strace/
H A Dfallocate.c9 SYS_FUNC(fallocate) in SYS_FUNC() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Doutbuf_freebsd.go14 func (out *OutBuf) fallocate(size uint64) error { func
Doutbuf_linux.go9 func (out *OutBuf) fallocate(size uint64) error { func
Doutbuf_nofallocate.go9 func (out *OutBuf) fallocate(size uint64) error { func
Doutbuf_darwin.go17 func (out *OutBuf) fallocate(size uint64) error { func
/aosp_15_r20/external/trusty/musl/src/linux/
Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
/aosp_15_r20/external/musl/src/linux/
H A Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function
/aosp_15_r20/external/ltp/include/lapi/
H A Dfallocate.h39 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dmod.rs9 pub mod fallocate; module
Dfallocate.rs58 pub fn fallocate( in fallocate() function
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dio.h31 int (*fallocate)(struct erofs_vfile *vf, u64 offset, size_t len, bool pad); member
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs243 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate() function
/aosp_15_r20/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp77 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate() function
/aosp_15_r20/bionic/tests/
H A Dfcntl_test.cpp133 TEST(fcntl, fallocate) { in TEST() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dfcntl-linux.h385 # define fallocate fallocate64 macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dfcntl-linux.h385 # define fallocate fallocate64 macro
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1616 pub(crate) fn fallocate( in fallocate() function
1652 pub(crate) fn fallocate( in fallocate() function
/aosp_15_r20/external/libfuse/include/
H A Dfuse_lowlevel.h1276 void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode, member
H A Dfuse.h805 int (*fallocate) (const char *, int, off_t, off_t, member
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dmod.rs223 pub fn fallocate<F: AsRawDescriptor>( in fallocate() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs329 pub(crate) fn fallocate( in fallocate() function
/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs865 fn fallocate( in fallocate() method
H A Dserver.rs1503 fn fallocate<R: Reader, W: Writer>( in fallocate() method
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c233 void fallocate() {} in fallocate() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c261 void fallocate() {} in fallocate() function

1234