Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7a4f453b6d7379a7c380825949977c5a838aa012
/
.
/
include
/
linux
/
falloc.h
blob: 8e912ab6a072603a8280a252e57ad6c99c129b7b [
file
] [
log
] [
blame
]
Amit Arora
97ac735
2007-07-17 21:42:44 -0400
[
diff
] [
blame
]
1
#ifndef
_FALLOC_H_
2
#define
_FALLOC_H_
3
4
#define
FALLOC_FL_KEEP_SIZE
0x01
/* default is extend size */
5
6
#endif
/* _FALLOC_H_ */