Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
falloc.h
Go to the documentation of this file.
1
#ifndef _UAPI_FALLOC_H_
2
#define _UAPI_FALLOC_H_
3
4
#define FALLOC_FL_KEEP_SIZE 0x01
/* default is extend size */
5
#define FALLOC_FL_PUNCH_HOLE 0x02
/* de-allocates range */
6
#define FALLOC_FL_NO_HIDE_STALE 0x04
/* reserved codepoint */
7
8
9
#endif
/* _UAPI_FALLOC_H_ */
Generated on Thu Jan 10 2013 14:51:23 for Linux Kernel by
1.8.2