blob: cd7017e9c6dceea6c9cecb744e35a860e6fd0598 [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_
Christopher Ferris65552ba2024-11-20 17:55:06 +00009#define FALLOC_FL_ALLOCATE_RANGE 0x00
Ben Cheng655a7c02013-10-16 16:09:24 -070010#define FALLOC_FL_KEEP_SIZE 0x01
11#define FALLOC_FL_PUNCH_HOLE 0x02
Ben Cheng655a7c02013-10-16 16:09:24 -070012#define FALLOC_FL_NO_HIDE_STALE 0x04
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070013#define FALLOC_FL_COLLAPSE_RANGE 0x08
14#define FALLOC_FL_ZERO_RANGE 0x10
Christopher Ferris05d08e92016-02-04 13:16:38 -080015#define FALLOC_FL_INSERT_RANGE 0x20
Christopher Ferris6a9755d2017-01-13 14:09:31 -080016#define FALLOC_FL_UNSHARE_RANGE 0x40
Christopher Ferris05d08e92016-02-04 13:16:38 -080017#endif