2 * Headerfile for old quotafile format
8 /* Values of quota calls */
9 #define Q_V1_RSQUASH 0x1000
10 #define Q_V1_GETQUOTA 0x300
11 #define Q_V1_SETQUOTA 0x400
12 #define Q_V1_SETUSE 0x500
13 #define Q_V1_SETQLIM 0x700
14 #define Q_V1_GETSTATS 0x800
16 struct quotafile_ops; /* Will be defined later in quotaio.h */
18 /* Operations above this format */
19 extern struct quotafile_ops quotafile_ops_1;