Sign in
gfiber
/
toolchains
/
bruno
/
2b6f2ede586f74e5638097e93c6cd416cac5f860
/
.
/
mipsel-buildroot-linux-uclibc
/
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_ */