/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/lib/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr6/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/lib/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr6/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/lib/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/libr6/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/lib/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr6/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/lib/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/libr2/ |
libc.so | |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/libr6/ |
libc.so | |
/external/fio/ |
fio.1 | 350 .BI fallocate \fR=\fPstr 617 IO engine that does regular linux native fallocate call to simulate data 620 DDIR_READ does fallocate(,mode = FALLOC_FL_KEEP_SIZE,) 622 DIR_WRITE does fallocate(,mode = 0) 624 DDIR_TRIM does fallocate(,mode = FALLOC_FL_KEEP_SIZE|FALLOC_FL_PUNCH_HOLE) [all...] |
HOWTO | 442 fallocate=str Whether pre-allocation is performed when laying down files. 447 keep Pre-allocate via fallocate() with 731 falloc IO engine that does regular fallocate to 733 DDIR_READ does fallocate(,mode = keep_size,) 734 DDIR_WRITE does fallocate(,mode = 0) 735 DDIR_TRIM does fallocate(,mode = punch_hole) [all...] |
options.c | 1535 .help = "fallocate() file based engine", [all...] |
/external/e2fsprogs/misc/ |
e4defrag.c | 236 #warning Using locally defined fallocate syscall interface. [all...] |
/external/autotest/client/tests/scrashme/ |
testfix.diff | 441 + { .name = "fallocate" },
|
/external/e2fsprogs/lib/ |
config.h.in | 106 /* Define to 1 if you have the `fallocate' function. */
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 948 ret = fallocate(data->dev,
|
/external/toybox/generated/ |
newtoys.h | 63 USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN))
|