Home
last modified time | relevance | path

Searched refs:posix_fallocate (Results 1 – 13 of 13) sorted by relevance

/external/toybox/toys/other/
Dfallocate.c29 if (posix_fallocate(fd, 0, TT.size)) error_exit("Not enough space");
/external/fio/
Dhelpers.h10 extern int posix_fallocate(int fd, off_t offset, off_t len);
Dhelpers.c21 int posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate() function
Dconfigure637 posix_fallocate="no"
643 int r = posix_fallocate(0, 0, 1024);
648 posix_fallocate="yes"
650 echo "POSIX fallocate $posix_fallocate"
1445 if test "$posix_fallocate" = "yes" ; then
Dfilesetup.c93 r = posix_fallocate(f->fd, 0, f->real_file_size); in extend_file()
DHOWTO446 posix Pre-allocate via posix_fallocate()
/external/toybox/scripts/
Dgenconfig.sh56 int main(int argc, char *argv[]) { return posix_fallocate(0,0,0); }
/external/sqlite/dist/
DAndroid.patch47 +/* Use posix_fallocate() if it is available
Dsqlite3.c25892 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2483 fun:posix_fallocate=uninstrumented
/external/e2fsprogs/debian/
Dchangelog647 with a 4T file created using posix_fallocate()
/external/e2fsprogs/
DRELEASE-NOTES1453 created using posix_fallocate; this bug has been fixed.
/external/sqlite/dist/orig/
Dsqlite3.c25874 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },