Sign in
gfiber
/
toolchains
/
windcharger
/
5d394606a599bdd5eddf088ce0eee893e713965e
/
.
/
mips-qca-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_ */