Home | History | Annotate | Download | only in quota

Lines Matching full:dquot

95 	} u;			/* Format specific dquot information */
99 struct dquot {
100 struct dquot *dq_next; /* Pointer to next dquot in the list */
101 qid_t dq_id; /* ID dquot belongs to */
103 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
104 struct util_dqblk dq_dqb; /* Parsed data of dquot */
119 /* Read dquot into memory */
120 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
121 /* Write given dquot to disk */
122 int (*commit_dquot) (struct dquot *dquot);
125 int (*process_dquot) (struct dquot *dquot,
149 struct dquot *get_empty_dquot(void);
155 void update_grace_times(struct dquot *q);