Dmitry V. Levin
52572b6fdd
* xlat/falloc_flags.in: New file. * configure.ac (AC_CHECK_HEADERS): Add linux/falloc.h. * fallocate.c [HAVE_LINUX_FALLOC_H]: Include <linux/falloc.h>. Include xlat/falloc_flags.h. (sys_fallocate): Decode flags.
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
FALLOC_FL_KEEP_SIZE
|
|
FALLOC_FL_PUNCH_HOLE
|
|
FALLOC_FL_NO_HIDE_STALE
|
|
FALLOC_FL_COLLAPSE_RANGE
|
|
FALLOC_FL_ZERO_RANGE
|