Sign in
gfiber
/
toolchains
/
armada
/
39a78689899eca29db8da8a70f237f991d751be1
/
.
/
arm-marvell-linux-uclibcgnueabi
/
libc
/
thumb2
/
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_ */