Sign in
gfiber
/
toolchains
/
mindspeed
/
f6153d9b5022adf0575515eaebc05c2a3b08c688
/
.
/
arm-buildroot-linux-gnueabi
/
sysroot
/
usr
/
include
/
linux
/
falloc.h
blob: e9bb4b71d071a9f28fed3db51a1ab607ed9ea508 [
file
] [
log
] [
blame
]
#ifndef
_FALLOC_H_
#define
_FALLOC_H_
#define
FALLOC_FL_KEEP_SIZE
0x01
/* default is extend size */
#define
FALLOC_FL_PUNCH_HOLE
0x02
/* de-allocates range */
#endif
/* _FALLOC_H_ */