summaryrefslogtreecommitdiff
path: root/dqblk_v1.h
blob: fe3d6837928a862d69438b16a07f2cb0151e04ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *	Headerfile for old quotafile format
 */

#ifndef _DQBLK_V1_H
#define _DQBLK_V1_H

/* Values of quota calls */
#define Q_V1_RSQUASH	0x1000
#define Q_V1_GETQUOTA	0x300
#define Q_V1_SETQUOTA	0x400
#define Q_V1_SETUSE	0x500
#define Q_V1_SETQLIM	0x700
#define Q_V1_GETSTATS	0x800

struct quotafile_ops;		/* Will be defined later in quotaio.h */

/* Operations above this format */
extern struct quotafile_ops quotafile_ops_1;

#endif