HomeSort by relevance Sort by last modified time
    Searched full:fallocate (Results 101 - 125 of 310) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/libziparchive/
zip_archive.cc 819 // will not allocate space on disk and this call to fallocate will not
821 // Note: fallocate is only supported by the following filesystems -
822 // btrfs, ext4, ocfs2, and xfs. Therefore fallocate might fail with
826 result = TEMP_FAILURE_RETRY(fallocate(fd, 0, current_offset, declared_length));
    [all...]
  /system/update_engine/
p2p_manager.h 116 // fails. Additionally, disk space will be reserved via fallocate(2)
p2p_manager.cc 551 if (fallocate(fd,
556 // If the filesystem doesn't support the fallocate, keep
559 PLOG(WARNING) << "Ignoring fallocate(2) failure";
  /toolchain/binutils/binutils-2.25/gold/
config.in 85 /* Define to 1 if you have the `fallocate' function. */
  /bionic/libc/
SYSCALLS.TXT 174 # (fallocate only gets two lines because there is no 32-bit variant.)
175 int fallocate64:fallocate(int, int, off64_t, off64_t) arm,mips,x86
176 int fallocate|fallocate64(int, int, off_t, off_t) arm64,mips64,x86_64
libc.mips.brillo.map 340 fallocate;
libc.x86.brillo.map 338 fallocate;
  /external/fio/
configure 601 # Linux fallocate probe
609 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
616 echo "Linux fallocate $linux_fallocate"
636 # POSIX fallocate probe
650 echo "POSIX fallocate $posix_fallocate"
    [all...]
filesetup.c 102 "fallocate(FALLOC_FL_KEEP_SIZE) "
106 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,
109 td_verror(td, errno, "fallocate");
114 log_err("fio: unknown fallocate mode: %d\n",
126 * or fallocate this file, just write it
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt 314 fallocate;
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt 312 fallocate;
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt 310 fallocate;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt 342 fallocate;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt 340 fallocate;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt 338 fallocate;
  /external/strace/linux/alpha/
syscallent.h 445 [480] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/arm/
syscallent.h 379 [352] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/bfin/
syscallent.h 384 [356] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/i386/
syscallent.h 352 [324] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/m68k/
syscallent.h 348 [320] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/microblaze/
syscallent.h 352 [324] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/powerpc/
syscallent.h 338 [309] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/powerpc64/
syscallent.h 333 [309] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/s390/
syscallent.h 345 [314] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/s390x/
syscallent.h 329 [314] = { 4, TD, SEN(fallocate), "fallocate" },

Completed in 902 milliseconds

1 2 3 45 6 7 8 91011>>