Home | History | Annotate | Download | only in fsck

Lines Matching defs:dquot

138 	} u;			/* Format specific dquot information */
142 struct dquot {
143 struct dquot *dq_next; /* Pointer to next dquot in the list */
144 qid_t dq_id; /* ID dquot belongs to */
146 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
147 struct util_dqblk dq_dqb; /* Parsed data of dquot */
164 /* Read dquot into memory */
165 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
166 /* Write given dquot to disk */
167 int (*commit_dquot) (struct dquot *dquot);
170 int (*process_dquot) (struct dquot *dquot,
205 struct dquot *get_empty_dquot(void);
207 void update_grace_times(struct dquot *q);