Home
last modified time | relevance | path

Searched refs:FALLOC_FL_KEEP_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/fio/engines/
Dfalloc.c67 #ifndef FALLOC_FL_KEEP_SIZE
68 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
82 flags = FALLOC_FL_KEEP_SIZE; in fio_fallocate_queue()
86 flags = FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE; in fio_fallocate_queue()
/external/e2fsprogs/contrib/
Dfallocate.c37 #define FALLOC_FL_KEEP_SIZE 0x01 macro
102 falloc_mode = FALLOC_FL_KEEP_SIZE; in main()
107 FALLOC_FL_KEEP_SIZE); in main()
138 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) { in main()
/external/strace/xlat/
Dfalloc_flags.h11 #if defined(FALLOC_FL_KEEP_SIZE) || (defined(HAVE_DECL_FALLOC_FL_KEEP_SIZE) && HAVE_DECL_FALLOC_FL_…
12 XLAT(FALLOC_FL_KEEP_SIZE),
Dfalloc_flags.in1 FALLOC_FL_KEEP_SIZE
/external/kernel-headers/original/uapi/linux/
Dfalloc.h4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c50 if (fallocate(config.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in f2fs_trim_device()
/external/fio/
Dconfigure609 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
Dfilesetup.c106 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0, in extend_file()
DHOWTO448 FALLOC_FL_KEEP_SIZE set
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c949 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in unix_discard()
/external/e2fsprogs/
DRELEASE-NOTES2489 using fallocate() with the FALLOC_FL_KEEP_SIZE option. (Addresses