Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_FALLOC_H_ |
| 8 | #define _UAPI_FALLOC_H_ |
| 9 | #define FALLOC_FL_KEEP_SIZE 0x01 |
| 10 | #define FALLOC_FL_PUNCH_HOLE 0x02 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define FALLOC_FL_NO_HIDE_STALE 0x04 |
Christopher Ferris | ba8d4f4 | 2014-09-03 19:56:49 -0700 | [diff] [blame] | 12 | #define FALLOC_FL_COLLAPSE_RANGE 0x08 |
| 13 | #define FALLOC_FL_ZERO_RANGE 0x10 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 14 | #define FALLOC_FL_INSERT_RANGE 0x20 |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 15 | #define FALLOC_FL_UNSHARE_RANGE 0x40 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 16 | #endif |