falloc.h 126 B

123456
  1. #ifndef _FALLOC_H_
  2. #define _FALLOC_H_
  3. #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */
  4. #endif /* _FALLOC_H_ */