Searched refs:posix_fallocate (Results 1 – 13 of 13) sorted by relevance
/external/toybox/toys/other/ |
D | fallocate.c | 29 if (posix_fallocate(fd, 0, TT.size)) error_exit("Not enough space");
|
/external/fio/ |
D | helpers.h | 10 extern int posix_fallocate(int fd, off_t offset, off_t len);
|
D | helpers.c | 21 int posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate() function
|
D | configure | 637 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
|
D | filesetup.c | 93 r = posix_fallocate(f->fd, 0, f->real_file_size); in extend_file()
|
D | HOWTO | 446 posix Pre-allocate via posix_fallocate()
|
/external/toybox/scripts/ |
D | genconfig.sh | 56 int main(int argc, char *argv[]) { return posix_fallocate(0,0,0); }
|
/external/sqlite/dist/ |
D | Android.patch | 47 +/* Use posix_fallocate() if it is available
|
D | sqlite3.c | 25892 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2483 fun:posix_fallocate=uninstrumented
|
/external/e2fsprogs/debian/ |
D | changelog | 647 with a 4T file created using posix_fallocate()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1453 created using posix_fallocate; this bug has been fixed.
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 25874 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
|