Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dfallocate.c30 if ((errno = posix_fallocate(fd, TT.offset, TT.size)))
/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/elfutils/tests/
Dlfs-symbols58 posix_fallocate
/external/toybox/scripts/
Dgenconfig.sh56 int main(int argc, char *argv[]) { return posix_fallocate(0,0,0); }
/external/elfutils/libelf/
Delf_update.c95 && unlikely (posix_fallocate (elf->fildes, 0, size) != 0)) in write_file()
DChangeLog108 * elf_update.c (write_file): Only use posix_fallocate when using
169 posix_fallocate to make sure file has the right size.
235 * elf_update.c (write_file): Use posix_fallocate instead of
/external/ImageMagick/MagickCore/
Dmatrix.c192 (void) posix_fallocate(matrix_info->file,offset+1,extent-offset); in SetMatrixExtent()
Dblob.c4137 (void) posix_fallocate(file,offset,extent-offset); in SetBlobExtent()
4185 (void) posix_fallocate(file,offset,extent-offset); in SetBlobExtent()
Dcache.c3389 (void) posix_fallocate(cache_info->file,offset+1,extent-offset); in SetPixelCacheExtent()
/external/ImageMagick/config/
Dconfig.h.in354 /* Define to 1 if you have the `posix_fallocate' function. */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2483 fun:posix_fallocate=uninstrumented
/external/ImageMagick/
Dconfigure.ac1219 … _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise…
Dconfigure27862 … _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise…
/external/e2fsprogs/debian/
Dchangelog1073 with a 4T file created using posix_fallocate()
/external/e2fsprogs/
DRELEASE-NOTES2309 created using posix_fallocate; this bug has been fixed.
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c30271 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
/external/sqlite/dist/
Dsqlite3.c30271 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },