/external/toybox/toys/other/ |
D | fallocate.c | 30 if ((errno = posix_fallocate(fd, TT.offset, TT.size)))
|
/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/elfutils/tests/ |
D | lfs-symbols | 58 posix_fallocate
|
/external/toybox/scripts/ |
D | genconfig.sh | 56 int main(int argc, char *argv[]) { return posix_fallocate(0,0,0); }
|
/external/elfutils/libelf/ |
D | elf_update.c | 95 && unlikely (posix_fallocate (elf->fildes, 0, size) != 0)) in write_file()
|
D | ChangeLog | 108 * 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/ |
D | matrix.c | 192 (void) posix_fallocate(matrix_info->file,offset+1,extent-offset); in SetMatrixExtent()
|
D | blob.c | 4137 (void) posix_fallocate(file,offset,extent-offset); in SetBlobExtent() 4185 (void) posix_fallocate(file,offset,extent-offset); in SetBlobExtent()
|
D | cache.c | 3389 (void) posix_fallocate(cache_info->file,offset+1,extent-offset); in SetPixelCacheExtent()
|
/external/ImageMagick/config/ |
D | config.h.in | 354 /* Define to 1 if you have the `posix_fallocate' function. */
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2483 fun:posix_fallocate=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 1219 … _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise…
|
D | configure | 27862 … _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise…
|
/external/e2fsprogs/debian/ |
D | changelog | 1073 with a 4T file created using posix_fallocate()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 2309 created using posix_fallocate; this bug has been fixed.
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 30271 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
|
/external/sqlite/dist/ |
D | sqlite3.c | 30271 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
|