Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
falloc.h File Reference

Go to the source code of this file.

Macros

#define FALLOC_FL_KEEP_SIZE   0x01 /* default is extend size */
 
#define FALLOC_FL_PUNCH_HOLE   0x02 /* de-allocates range */
 
#define FALLOC_FL_NO_HIDE_STALE   0x04 /* reserved codepoint */
 

Macro Definition Documentation

#define FALLOC_FL_KEEP_SIZE   0x01 /* default is extend size */

Definition at line 4 of file falloc.h.

#define FALLOC_FL_NO_HIDE_STALE   0x04 /* reserved codepoint */

Definition at line 6 of file falloc.h.

#define FALLOC_FL_PUNCH_HOLE   0x02 /* de-allocates range */

Definition at line 5 of file falloc.h.