Symbol: quotafile
lib/libutil/libutil.h
200
struct quotafile;
lib/libutil/libutil.h
201
int quota_check_path(const struct quotafile *_qf, const char *_path);
lib/libutil/libutil.h
202
void quota_close(struct quotafile *_qf);
lib/libutil/libutil.h
203
int quota_convert(struct quotafile *_qf, int _wordsize);
lib/libutil/libutil.h
205
quota_fsname(const struct quotafile *_qf);
lib/libutil/libutil.h
206
int quota_maxid(struct quotafile *_qf);
lib/libutil/libutil.h
207
int quota_off(struct quotafile *_qf);
lib/libutil/libutil.h
208
int quota_on(struct quotafile *_qf);
lib/libutil/libutil.h
209
struct quotafile *
lib/libutil/libutil.h
212
quota_qfname(const struct quotafile *_qf);
lib/libutil/libutil.h
213
int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id);
lib/libutil/libutil.h
214
int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id);
lib/libutil/libutil.h
215
int quota_write_usage(struct quotafile *_qf, struct dqblk *_dqb, int _id);
lib/libutil/quotafile.c
112
struct quotafile *
lib/libutil/quotafile.c
115
struct quotafile *qf;
lib/libutil/quotafile.c
210
quota_close(struct quotafile *qf)
lib/libutil/quotafile.c
219
quota_on(struct quotafile *qf)
lib/libutil/quotafile.c
228
quota_off(struct quotafile *qf)
lib/libutil/quotafile.c
235
quota_fsname(const struct quotafile *qf)
lib/libutil/quotafile.c
242
quota_qfname(const struct quotafile *qf)
lib/libutil/quotafile.c
249
quota_check_path(const struct quotafile *qf, const char *path)
lib/libutil/quotafile.c
259
quota_maxid(struct quotafile *qf)
lib/libutil/quotafile.c
281
quota_read32(struct quotafile *qf, struct dqblk *dqb, int id)
lib/libutil/quotafile.c
309
quota_read64(struct quotafile *qf, struct dqblk *dqb, int id)
lib/libutil/quotafile.c
337
quota_read(struct quotafile *qf, struct dqblk *dqb, int id)
lib/libutil/quotafile.c
360
quota_write32(struct quotafile *qf, const struct dqblk *dqb, int id)
lib/libutil/quotafile.c
383
quota_write64(struct quotafile *qf, const struct dqblk *dqb, int id)
lib/libutil/quotafile.c
406
quota_write_usage(struct quotafile *qf, struct dqblk *dqb, int id)
lib/libutil/quotafile.c
454
quota_write_limits(struct quotafile *qf, struct dqblk *dqb, int id)
lib/libutil/quotafile.c
515
quota_convert(struct quotafile *qf, int wordsize)
lib/libutil/quotafile.c
517
struct quotafile *newqf;
libexec/rpc.rquotad/rquotad.c
277
struct quotafile *qf;
sbin/quotacheck/preen.c
245
addpart(struct fstab *fs, struct quotafile *qfu, struct quotafile *qfg)
sbin/quotacheck/preen.c
59
struct quotafile *p_qfu; /* user quota file info ptr */
sbin/quotacheck/preen.c
60
struct quotafile *p_qfg; /* group quota file info */
sbin/quotacheck/preen.c
75
static void addpart(struct fstab *, struct quotafile *, struct quotafile *);
sbin/quotacheck/preen.c
87
struct quotafile *qfu, *qfg;
sbin/quotacheck/quotacheck.c
118
int update(const char *, struct quotafile *, int);
sbin/quotacheck/quotacheck.c
127
struct quotafile *qfu, *qfg;
sbin/quotacheck/quotacheck.c
233
chkquota(char *specname, struct quotafile *qfu, struct quotafile *qfg)
sbin/quotacheck/quotacheck.c
419
update(const char *fsname, struct quotafile *qf, int type)
sbin/quotacheck/quotacheck.h
37
extern int chkquota(char *, struct quotafile *, struct quotafile *);
usr.bin/quota/quota.c
549
struct quotafile *qf;
usr.sbin/edquota/edquota.c
359
struct quotafile *qf;
usr.sbin/edquota/edquota.c
77
struct quotafile *qf;
usr.sbin/quotaon/quotaon.c
143
struct quotafile *qf;
usr.sbin/repquota/repquota.c
189
struct quotafile *qf;