Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Dfallocate.c94 int falloc_mode = 0; in main() local
102 falloc_mode = FALLOC_FL_KEEP_SIZE; in main()
106 falloc_mode = (FALLOC_FL_PUNCH_HOLE | in main()
138 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) { in main()
165 error = syscall(SYS_fallocate, fd, falloc_mode, offset, length); in main()