Lines Matching defs:qf
115 struct quotafile *qf; in quota_open() local
210 quota_close(struct quotafile *qf) in quota_close()
219 quota_on(struct quotafile *qf) in quota_on()
228 quota_off(struct quotafile *qf) in quota_off()
235 quota_fsname(const struct quotafile *qf) in quota_fsname()
242 quota_qfname(const struct quotafile *qf) in quota_qfname()
249 quota_check_path(const struct quotafile *qf, const char *path) in quota_check_path()
259 quota_maxid(struct quotafile *qf) in quota_maxid()
281 quota_read32(struct quotafile *qf, struct dqblk *dqb, int id) in quota_read32()
309 quota_read64(struct quotafile *qf, struct dqblk *dqb, int id) in quota_read64()
337 quota_read(struct quotafile *qf, struct dqblk *dqb, int id) in quota_read()
360 quota_write32(struct quotafile *qf, const struct dqblk *dqb, int id) in quota_write32()
383 quota_write64(struct quotafile *qf, const struct dqblk *dqb, int id) in quota_write64()
406 quota_write_usage(struct quotafile *qf, struct dqblk *dqb, int id) in quota_write_usage()
454 quota_write_limits(struct quotafile *qf, struct dqblk *dqb, int id) in quota_write_limits()
515 quota_convert(struct quotafile *qf, int wordsize) in quota_convert()