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 24 #define FALLOC_FL_COLLAPSE_RANGE 0x08
  /external/kernel-headers/original/uapi/linux/
falloc.h 10 * FALLOC_FL_COLLAPSE_RANGE is used to remove a range of a file
29 #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/include/lapi/
fallocate.h 35 #ifndef FALLOC_FL_COLLAPSE_RANGE
36 # define FALLOC_FL_COLLAPSE_RANGE 0x08
  /external/e2fsprogs/contrib/
fallocate.c 43 #define FALLOC_FL_COLLAPSE_RANGE 0x08
117 falloc_mode = (FALLOC_FL_COLLAPSE_RANGE |
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate04.c 19 * FALLOC_FL_PUNCH_HOLE, FALLOC_FL_ZERO_RANGE and FALLOC_FL_COLLAPSE_RANGE.
215 tst_res(TINFO, "collapsing file space with FALLOC_FL_COLLAPSE_RANGE");
221 if (fallocate(fd, FALLOC_FL_COLLAPSE_RANGE, block_size,
225 "FALLOC_FL_COLLAPSE_RANGE not supported");

Completed in 284 milliseconds