HomeSort by relevance Sort by last modified time
    Searched defs:fallocate (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-arm64/syscalls/
fallocate.S 5 ENTRY(fallocate) function
14 END(fallocate)
16 ALIAS_SYMBOL(fallocate64, fallocate)
  /bionic/libc/arch-mips64/syscalls/
fallocate.S 5 ENTRY(fallocate) function
25 END(fallocate)
27 ALIAS_SYMBOL(fallocate64, fallocate)
  /bionic/libc/arch-x86_64/syscalls/
fallocate.S 5 ENTRY(fallocate) function
16 END(fallocate)
18 ALIAS_SYMBOL(fallocate64, fallocate)
  /external/fio/
helpers.c 13 int fallocate(int fd, int mode, off_t offset, off_t len) function
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 100 // There is no fallocate for 32-bit off_t, so we need to widen and call fallocate64.
101 int fallocate(int fd, int mode, off_t offset, off_t length) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 286 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
289 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
293 # define fallocate fallocate64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 307 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
310 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
314 # define fallocate fallocate64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 325 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
328 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
332 # define fallocate fallocate64 macro
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 1852 LSS_INLINE int LSS_NAME(fallocate)(int fd, int mode, function
3189 LSS_INLINE int LSS_NAME(fallocate)(int f, int mode, loff_t offset, function
    [all...]
  /external/toybox/generated/
globals.h 149 // toys/other/fallocate.c
1320 struct fallocate_data fallocate; member in union:global_union

Completed in 482 milliseconds