summaryrefslogtreecommitdiff
path: root/dqblk_v1.h
blob: 4b3fa35bb636a348a9884e1d6ba19ed64da49483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *	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_GETSTATS	0x800

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

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

#endif