Searched refs:dqb32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libutil/
H A Dquotafile.c273 struct dqblk32 dqb32; local
279 switch (read(qf->fd, &dqb32, sizeof(dqb32))) {
283 case sizeof(dqb32):
284 dqb->dqb_bhardlimit = dqb32.dqb_bhardlimit;
285 dqb->dqb_bsoftlimit = dqb32.dqb_bsoftlimit;
286 dqb->dqb_curblocks = dqb32.dqb_curblocks;
287 dqb->dqb_ihardlimit = dqb32.dqb_ihardlimit;
288 dqb->dqb_isoftlimit = dqb32.dqb_isoftlimit;
289 dqb->dqb_curinodes = dqb32
352 struct dqblk32 dqb32; local
[all...]
/freebsd-10.3-release/sys/ufs/ufs/
H A Dufs_quota.c921 struct dqblk32 dqb32; local
928 dqb64_dqb32(&dqb64, &dqb32);
929 error = copyout(&dqb32, addr, sizeof(dqb32));
936 struct dqblk32 dqb32; local
940 error = copyin(addr, &dqb32, sizeof(dqb32));
943 dqb32_dqb64(&dqb32, &dqb64);
951 struct dqblk32 dqb32; local
955 error = copyin(addr, &dqb32, sizeo
1755 dqb32_dq(const struct dqblk32 *dqb32, struct dquot *dq) argument
1789 dq_dqb32(const struct dquot *dq, struct dqblk32 *dqb32) argument
1823 dqb64_dqb32(const struct dqblk64 *dqb64, struct dqblk32 *dqb32) argument
1840 dqb32_dqb64(const struct dqblk32 *dqb32, struct dqblk64 *dqb64) argument
[all...]

Completed in 92 milliseconds