Dmitry V. Levin
c4e428bd22
* xlat/falloc_flags.in: Add FALLOC_FL_UNSHARE_RANGE introduced by linux kernel commit v4.9-rc1~31^2~69.
8 lines
210 B
Plaintext
8 lines
210 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
|
|
FALLOC_FL_UNSHARE_RANGE 0x40
|