softlink
[sysadmin-cn.git] / dqblk_v1.h
1 /*
2  *      Headerfile for old quotafile format
3  */
4
5 #ifndef _DQBLK_V1_H
6 #define _DQBLK_V1_H
7
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
15
16 struct quotafile_ops;           /* Will be defined later in quotaio.h */
17
18 /* Operations above this format */
19 extern struct quotafile_ops quotafile_ops_1;
20
21 #endif