strace/xlat/falloc_flags.in
Eugene Syromyatnikov e32f7eeefc xlat: add default values for falloc_flags constants
In order to avoid dependence of declared constants to headers available
on build system.

* xlat/falloc_flags.in: Add default values for constants.
2016-09-27 18:01:36 +00:00

7 lines
180 B
Plaintext

FALLOC_FL_KEEP_SIZE 0x01
FALLOC_FL_PUNCH_HOLE 0x02
FALLOC_FL_NO_HIDE_STALE 0x04
FALLOC_FL_COLLAPSE_RANGE 0x08
FALLOC_FL_ZERO_RANGE 0x10
FALLOC_FL_INSERT_RANGE 0x20