Lines Matching defs:dquot
148 } u; /* Format specific dquot information */
152 struct dquot {
153 struct dquot *dq_next; /* Pointer to next dquot in the list */
154 qid_t dq_id; /* ID dquot belongs to */
156 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
157 struct util_dqblk dq_dqb; /* Parsed data of dquot */
174 /* Read dquot into memory */
175 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
176 /* Write given dquot to disk */
177 int (*commit_dquot) (struct dquot *dquot);
180 int (*process_dquot) (struct dquot *dquot,
213 struct dquot *get_empty_dquot(void);
215 void update_grace_times(struct dquot *q);