HomeSort by relevance Sort by last modified time
    Searched refs:fallocate (Results 26 - 50 of 61) sorted by null

12 3

  /external/strace/
sys_func.h 41 extern SYS_FUNC(fallocate);
  /external/syzkaller/pkg/build/
linux_generated.go 42 fallocate -l 2G disk.raw
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 1097 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
1142 * ZERO_RANGE doesn't unmap preallocated blocks. We prefer fallocate because
1151 ret = fallocate(fd, FALLOC_FL_ZERO_RANGE, offset, len);
1156 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /external/strace/linux/32/
syscallent.h 51 [ 47] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/64/
syscallent.h 48 [ 47] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/avr32/
syscallent.h 316 [287] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/hppa/
syscallent.h 311 [305] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/ia64/
syscallent.h 309 [1303] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/x86_64/
syscallent.h 286 [285] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/xtensa/
syscallent.h 58 [ 62] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/arm/
syscallent.h 380 [352] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/i386/
syscallent.h 353 [324] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/m68k/
syscallent.h 349 [320] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/mips/
syscallent-n32.h 286 [6283] = { 4, TD, SEN(fallocate), "fallocate" },
syscallent-n64.h 282 [5279] = { 4, TD, SEN(fallocate), "fallocate" },
syscallent-o32.h 324 [4320] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/powerpc/
syscallent.h 339 [309] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/powerpc64/
syscallent.h 334 [309] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/s390/
syscallent.h 346 [314] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/s390x/
syscallent.h 330 [314] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/sh/
syscallent.h 353 [324] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/sh64/
syscallent.h 379 [352] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/sparc/
syscallent.h 315 [314] = { 6, TD, SEN(fallocate), "fallocate" },
  /external/strace/linux/sparc64/
syscallent.h 313 [314] = { 4, TD, SEN(fallocate), "fallocate" },
  /external/toybox/generated/
globals.h 234 // toys/other/fallocate.c
1368 struct fallocate_data fallocate; member in union:global_union

Completed in 988 milliseconds

12 3