1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_FALLOC_H_ 8 #define _UAPI_FALLOC_H_ 9 #define FALLOC_FL_KEEP_SIZE 0x01 10 #define FALLOC_FL_PUNCH_HOLE 0x02 11 #define FALLOC_FL_NO_HIDE_STALE 0x04 12 #define FALLOC_FL_COLLAPSE_RANGE 0x08 13 #define FALLOC_FL_ZERO_RANGE 0x10 14 #define FALLOC_FL_INSERT_RANGE 0x20 15 #define FALLOC_FL_UNSHARE_RANGE 0x40 16 #endif 17