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

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

Completed in 62 milliseconds