• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_ALLOCATE_RANGE 0x00
10 #define FALLOC_FL_KEEP_SIZE 0x01
11 #define FALLOC_FL_PUNCH_HOLE 0x02
12 #define FALLOC_FL_NO_HIDE_STALE 0x04
13 #define FALLOC_FL_COLLAPSE_RANGE 0x08
14 #define FALLOC_FL_ZERO_RANGE 0x10
15 #define FALLOC_FL_INSERT_RANGE 0x20
16 #define FALLOC_FL_UNSHARE_RANGE 0x40
17 #endif
18