blob: cca488ed86267edfbeb90c35dac1daaa840e42a7 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI_FALLOC_H_
8#define _UAPI_FALLOC_H_
9#define FALLOC_FL_KEEP_SIZE 0x01
10#define FALLOC_FL_PUNCH_HOLE 0x02
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define FALLOC_FL_NO_HIDE_STALE 0x04
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070012#define FALLOC_FL_COLLAPSE_RANGE 0x08
13#define FALLOC_FL_ZERO_RANGE 0x10
Christopher Ferris05d08e92016-02-04 13:16:38 -080014#define FALLOC_FL_INSERT_RANGE 0x20
Christopher Ferris6a9755d2017-01-13 14:09:31 -080015#define FALLOC_FL_UNSHARE_RANGE 0x40
Christopher Ferris05d08e92016-02-04 13:16:38 -080016#endif