Home | History | Annotate | Download | only in linux

Lines Matching full:quota

32  * Version: $Id: quota.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
53 /* Conversion routines from and to quota blocks */
75 * quota that is being manipulated (see above).
84 #define Q_GETFMT 0x800004 /* get quota format used on given filesystem */
85 #define Q_GETINFO 0x800005 /* get information about quota files */
86 #define Q_SETINFO 0x800006 /* set information about quota files */
87 #define Q_GETQUOTA 0x800007 /* get user quota structure */
88 #define Q_SETQUOTA 0x800008 /* set user quota structure */
91 * Quota structure used for communication with userspace via quotactl
118 * Structure used for setting quota information about file via quotactl
141 /* Maximal numbers of writes for quota operation (insert/delete/update)
225 short dq_type; /* Type of quota */
234 /* Operations which must be implemented by each quota format */
255 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
256 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
258 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
277 int qf_fmt_id; /* Quota format id */
279 struct module *qf_owner; /* Module implementing quota format */
292 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */