Searched refs:dqb (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libutil/
H A Dquotafile.c283 quota_read32(struct quotafile *qf, struct dqblk *dqb, int id) argument
293 memset(dqb, 0, sizeof(*dqb));
296 dqb->dqb_bhardlimit = dqb32.dqb_bhardlimit;
297 dqb->dqb_bsoftlimit = dqb32.dqb_bsoftlimit;
298 dqb->dqb_curblocks = dqb32.dqb_curblocks;
299 dqb->dqb_ihardlimit = dqb32.dqb_ihardlimit;
300 dqb->dqb_isoftlimit = dqb32.dqb_isoftlimit;
301 dqb->dqb_curinodes = dqb32.dqb_curinodes;
302 dqb
311 quota_read64(struct quotafile *qf, struct dqblk *dqb, int id) argument
339 quota_read(struct quotafile *qf, struct dqblk *dqb, int id) argument
362 quota_write32(struct quotafile *qf, const struct dqblk *dqb, int id) argument
385 quota_write64(struct quotafile *qf, const struct dqblk *dqb, int id) argument
408 quota_write_usage(struct quotafile *qf, struct dqblk *dqb, int id) argument
456 quota_write_limits(struct quotafile *qf, struct dqblk *dqb, int id) argument
[all...]
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_quota.c805 struct dqblk64 *dqb)
836 *dqb = dq->dq_dqb;
846 struct dqblk64 *dqb)
858 newlim = *dqb;
909 struct dqblk64 *dqb)
921 usage = *dqb;
804 _getquota(struct thread *td, struct mount *mp, u_long id, int type, struct dqblk64 *dqb) argument
845 _setquota(struct thread *td, struct mount *mp, u_long id, int type, struct dqblk64 *dqb) argument
908 _setuse(struct thread *td, struct mount *mp, u_long id, int type, struct dqblk64 *dqb) argument
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c1225 struct dqblk dqb; local
1909 USRQUOTA), cred->cr_uid, &dqb))
1910 freenum = min(dqb.dqb_bhardlimit, freenum);
1938 USRQUOTA), cred->cr_uid, &dqb))
1939 freenum = min(dqb.dqb_bsoftlimit, freenum);
1964 USRQUOTA), cred->cr_uid, &dqb))
1965 freenum = dqb.dqb_curblocks;
2479 struct dqblk dqb; local
2708 cred->cr_uid, &dqb))
2709 freenum = min(dqb
[all...]

Completed in 120 milliseconds