HomeSort by relevance Sort by last modified time
    Searched refs:fallocate64 (Results 1 - 21 of 21) sorted by null

  /bionic/libc/arch-arm64/syscalls/
fallocate.S 16 .globl fallocate64
17 .equ fallocate64, fallocate
  /bionic/libc/arch-mips/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
19 END(fallocate64)
  /bionic/libc/arch-x86_64/syscalls/
fallocate.S 18 .globl fallocate64
19 .equ fallocate64, fallocate
  /bionic/libc/arch-arm/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
22 END(fallocate64)
  /bionic/libc/arch-mips64/syscalls/
fallocate.S 27 .globl fallocate64
28 .equ fallocate64, fallocate
  /bionic/libc/bionic/
posix_fallocate.cpp 40 return (fallocate64(fd, 0, offset, length) == 0) ? 0 : errno;
legacy_32_bit_support.cpp 92 // There is no fallocate for 32-bit off_t, so we need to widen and call fallocate64.
94 return fallocate64(fd, mode, static_cast<off64_t>(offset), static_cast<off64_t>(length));
  /bionic/libc/arch-x86/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
46 END(fallocate64)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 291 fallocate64);
293 # define fallocate fallocate64
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 291 fallocate64);
293 # define fallocate fallocate64
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  /bionic/libc/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /development/ndk/platforms/android-L/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /bionic/tests/
fcntl_test.cpp 96 // fallocate/fallocate64 set errno.
104 ASSERT_EQ(-1, fallocate64(tf.fd, 0, 0, -1));
127 ASSERT_EQ(0, fallocate64(tf.fd, 0, 0, 2));
  /external/e2fsprogs/misc/
e4defrag.c 243 * fallocate64() - Manipulate file space.
250 static int fallocate64(int fd, int mode, loff_t offset, loff_t len) function
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 648 milliseconds