Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dfalloc_flags.h34 #if defined(FALLOC_FL_ZERO_RANGE) || (defined(HAVE_DECL_FALLOC_FL_ZERO_RANGE) && HAVE_DECL_FALLOC_F…
36 static_assert((FALLOC_FL_ZERO_RANGE) == (0x10), "FALLOC_FL_ZERO_RANGE != 0x10");
39 # define FALLOC_FL_ZERO_RANGE 0x10
70 XLAT(FALLOC_FL_ZERO_RANGE),
Dfalloc_flags.in5 FALLOC_FL_ZERO_RANGE 0x10
/external/ltp/include/lapi/
Dfallocate.h39 #ifndef FALLOC_FL_ZERO_RANGE
40 # define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/e2fsprogs/contrib/
Dfallocate.c44 #define FALLOC_FL_ZERO_RANGE 0x10 macro
122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
/external/kernel-headers/original/uapi/linux/
Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c184 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size - 1, in test03()
271 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size, block_size) == -1) in test05()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1150 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_ZERO_RANGE) in __unix_zeroout()
1151 ret = fallocate(fd, FALLOC_FL_ZERO_RANGE, offset, len); in __unix_zeroout()
/external/syzkaller/sys/linux/
Dsys_386.const73 FALLOC_FL_ZERO_RANGE = 16
Dsys_amd64.const73 FALLOC_FL_ZERO_RANGE = 16
Dsys_ppc64le.const73 FALLOC_FL_ZERO_RANGE = 16
Dsys_arm.const73 FALLOC_FL_ZERO_RANGE = 16
Dsys_arm64.const73 FALLOC_FL_ZERO_RANGE = 16
/external/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt208 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go445 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_mips64le.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_ppc64.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_arm.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_mips64.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_ppc64le.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_arm64.go489 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_386.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_mips.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_s390x.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_mipsle.go487 FALLOC_FL_ZERO_RANGE = 0x10 const
Dzerrors_linux_amd64.go487 FALLOC_FL_ZERO_RANGE = 0x10 const

12