HomeSort by relevance Sort by last modified time
    Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
falloc.h 25 #define FALLOC_FL_COLLAPSE_RANGE 0x08
  /external/kernel-headers/original/uapi/linux/
falloc.h 9 * FALLOC_FL_COLLAPSE_RANGE is used to remove a range of a file
28 #define FALLOC_FL_COLLAPSE_RANGE 0x08
  /external/strace/xlat/
falloc_flags.h 11 #if !(defined(FALLOC_FL_COLLAPSE_RANGE) || (defined(HAVE_DECL_FALLOC_FL_COLLAPSE_RANGE) && HAVE_DECL_FALLOC_FL_COLLAPSE_RANGE))
12 # define FALLOC_FL_COLLAPSE_RANGE 0x08
35 XLAT(FALLOC_FL_COLLAPSE_RANGE),
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate.h 42 #ifndef FALLOC_FL_COLLAPSE_RANGE
43 #define FALLOC_FL_COLLAPSE_RANGE 0x08
fallocate04.c 19 * FALLOC_FL_PUNCH_HOLE, FALLOC_FL_ZERO_RANGE and FALLOC_FL_COLLAPSE_RANGE.
240 tst_resm(TINFO, "collapsing file space with FALLOC_FL_COLLAPSE_RANGE");
246 if (fallocate(fd, FALLOC_FL_COLLAPSE_RANGE, block_size,
250 "FALLOC_FL_COLLAPSE_RANGE not supported");
  /external/e2fsprogs/contrib/
fallocate.c 43 #define FALLOC_FL_COLLAPSE_RANGE 0x08
117 falloc_mode = (FALLOC_FL_COLLAPSE_RANGE |

Completed in 5509 milliseconds