Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
quotaio_v2.h File Reference
#include <linux/types.h>
#include <linux/quota.h>

Go to the source code of this file.

Data Structures

struct  v2_disk_dqheader
 
struct  v2r0_disk_dqblk
 
struct  v2r1_disk_dqblk
 
struct  v2_disk_dqinfo
 

Macros

#define V2_INITQMAGICS
 
#define V2_INITQVERSIONS
 
#define V2_DQINFOOFF   sizeof(struct v2_disk_dqheader) /* Offset of info header in file */
 
#define V2_DQBLKSIZE_BITS   10 /* Size of leaf block in tree */
 

Macro Definition Documentation

#define V2_DQBLKSIZE_BITS   10 /* Size of leaf block in tree */

Definition at line 71 of file quotaio_v2.h.

#define V2_DQINFOOFF   sizeof(struct v2_disk_dqheader) /* Offset of info header in file */

Definition at line 70 of file quotaio_v2.h.

#define V2_INITQMAGICS
Value:
{\
0xd9c01f11, /* USRQUOTA */\
0xd9c01927 /* GRPQUOTA */\
}

Definition at line 14 of file quotaio_v2.h.

#define V2_INITQVERSIONS
Value:
{\
1, /* USRQUOTA */\
1 /* GRPQUOTA */\
}

Definition at line 19 of file quotaio_v2.h.