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

/freebsd-12-stable/lib/libutil/
H A Dquotafile.c285 struct dqblk32 dqb32; local
291 switch (read(qf->fd, &dqb32, sizeof(dqb32))) {
295 case sizeof(dqb32):
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
364 struct dqblk32 dqb32; local
[all...]
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_quota.c957 struct dqblk32 dqb32; local
964 dqb64_dqb32(&dqb64, &dqb32);
965 error = copyout(&dqb32, addr, sizeof(dqb32));
972 struct dqblk32 dqb32; local
976 error = copyin(addr, &dqb32, sizeof(dqb32));
979 dqb32_dqb64(&dqb32, &dqb64);
987 struct dqblk32 dqb32; local
991 error = copyin(addr, &dqb32, sizeo
1792 dqb32_dq(const struct dqblk32 *dqb32, struct dquot *dq) argument
1826 dq_dqb32(const struct dquot *dq, struct dqblk32 *dqb32) argument
1860 dqb64_dqb32(const struct dqblk64 *dqb64, struct dqblk32 *dqb32) argument
1877 dqb32_dqb64(const struct dqblk32 *dqb32, struct dqblk64 *dqb64) argument
[all...]

Completed in 56 milliseconds