Home | History | Annotate | Download | only in support

Lines Matching defs:dquot

145 	} u;			/* Format specific dquot information */
149 struct dquot {
150 struct dquot *dq_next; /* Pointer to next dquot in the list */
151 qid_t dq_id; /* ID dquot belongs to */
153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
154 struct util_dqblk dq_dqb; /* Parsed data of dquot */
171 /* Read dquot into memory */
172 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
173 /* Write given dquot to disk */
174 int (*commit_dquot) (struct dquot *dquot);
177 int (*process_dquot) (struct dquot *dquot,
202 struct dquot *get_empty_dquot(void);
209 void update_grace_times(struct dquot *q);