Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dqblk_v2.h
Go to the documentation of this file.
1 /*
2  * Definitions for vfsv0 quota format
3  */
4 
5 #ifndef _LINUX_DQBLK_V2_H
6 #define _LINUX_DQBLK_V2_H
7 
8 #include <linux/dqblk_qtree.h>
9 
10 /* Numbers of blocks needed for updates */
11 #define V2_INIT_ALLOC QTREE_INIT_ALLOC
12 #define V2_INIT_REWRITE QTREE_INIT_REWRITE
13 #define V2_DEL_ALLOC QTREE_DEL_ALLOC
14 #define V2_DEL_REWRITE QTREE_DEL_REWRITE
15 
16 #endif /* _LINUX_DQBLK_V2_H */