HomeSort by relevance Sort by last modified time
    Searched defs:FALLOC_FL_ZERO_RANGE (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/uapi/linux/
falloc.h 25 #define FALLOC_FL_ZERO_RANGE 0x10
  /external/kernel-headers/original/uapi/linux/
falloc.h 32 * FALLOC_FL_ZERO_RANGE is used to convert a range of file to zeros preferably
43 #define FALLOC_FL_ZERO_RANGE 0x10
  /external/ltp/include/lapi/
fallocate.h 39 #ifndef FALLOC_FL_ZERO_RANGE
40 # define FALLOC_FL_ZERO_RANGE 0x10
  /external/e2fsprogs/contrib/
fallocate.c 44 #define FALLOC_FL_ZERO_RANGE 0x10
122 falloc_mode = (FALLOC_FL_ZERO_RANGE |
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_amd64.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_arm.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_arm64.go 489 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_mips.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_mips64.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_mips64le.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_mipsle.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_ppc64.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_ppc64le.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_s390x.go 487 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]
zerrors_linux_sparc64.go 445 FALLOC_FL_ZERO_RANGE = 0x10
    [all...]

Completed in 121 milliseconds