Home
last modified time | relevance | path

Searched refs:FALLOC_FL_UNSHARE_RANGE (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dfalloc_flags.h48 #if defined(FALLOC_FL_UNSHARE_RANGE) || (defined(HAVE_DECL_FALLOC_FL_UNSHARE_RANGE) && HAVE_DECL_FA…
50 static_assert((FALLOC_FL_UNSHARE_RANGE) == (0x40), "FALLOC_FL_UNSHARE_RANGE != 0x40");
53 # define FALLOC_FL_UNSHARE_RANGE 0x40
72 XLAT(FALLOC_FL_UNSHARE_RANGE),
Dfalloc_flags.in7 FALLOC_FL_UNSHARE_RANGE 0x40
/external/kernel-headers/original/uapi/linux/
Dfalloc.h78 #define FALLOC_FL_UNSHARE_RANGE 0x40 macro
/external/syzkaller/sys/linux/
Dsys_386.const72 FALLOC_FL_UNSHARE_RANGE = 64
Dsys_amd64.const72 FALLOC_FL_UNSHARE_RANGE = 64
Dsys_arm.const72 FALLOC_FL_UNSHARE_RANGE = 64
Dsys_ppc64le.const72 FALLOC_FL_UNSHARE_RANGE = 64
Dsys_arm64.const72 FALLOC_FL_UNSHARE_RANGE = 64
Dsys.txt966 …LE, FALLOC_FL_COLLAPSE_RANGE, FALLOC_FL_ZERO_RANGE, FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_s390x.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_arm.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_ppc64le.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_mips64.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_ppc64.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_amd64.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_mips64le.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_386.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_mips.go486 FALLOC_FL_UNSHARE_RANGE = 0x40 const
Dzerrors_linux_arm64.go488 FALLOC_FL_UNSHARE_RANGE = 0x40 const
/external/strace/
DChangeLog23379 * xlat/falloc_flags.in: Add FALLOC_FL_UNSHARE_RANGE introduced