Lines Matching refs:quotafile
193 struct quotafile;
194 int quota_check_path(const struct quotafile *_qf, const char *_path);
195 void quota_close(struct quotafile *_qf);
196 int quota_convert(struct quotafile *_qf, int _wordsize);
198 quota_fsname(const struct quotafile *_qf);
199 int quota_maxid(struct quotafile *_qf);
200 int quota_off(struct quotafile *_qf);
201 int quota_on(struct quotafile *_qf);
202 struct quotafile *
205 quota_qfname(const struct quotafile *_qf);
206 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id);
207 int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id);
208 int quota_write_usage(struct quotafile *_qf, struct dqblk *_dqb, int _id);