dqblk 98 ufs/ufs/quota.h struct dqblk { dqblk 70 ufs/ufs/ufs_quota.c struct dqblk dq_dqb; /* actual usage & quotas */ dqblk 614 ufs/ufs/ufs_quota.c error = copyout((caddr_t)&dq->dq_dqb, addr, sizeof (struct dqblk)); dqblk 628 ufs/ufs/ufs_quota.c struct dqblk newlim; dqblk 631 ufs/ufs/ufs_quota.c error = copyin(addr, (caddr_t)&newlim, sizeof (struct dqblk)); dqblk 684 ufs/ufs/ufs_quota.c struct dqblk usage; dqblk 687 ufs/ufs/ufs_quota.c error = copyin(addr, (caddr_t)&usage, sizeof (struct dqblk)); dqblk 869 ufs/ufs/ufs_quota.c aiov.iov_len = sizeof (struct dqblk); dqblk 870 ufs/ufs/ufs_quota.c auio.uio_resid = sizeof (struct dqblk); dqblk 871 ufs/ufs/ufs_quota.c auio.uio_offset = (off_t)(id * sizeof (struct dqblk)); dqblk 876 ufs/ufs/ufs_quota.c if (auio.uio_resid == sizeof(struct dqblk) && error == 0) dqblk 877 ufs/ufs/ufs_quota.c bzero((caddr_t)&dq->dq_dqb, sizeof(struct dqblk)); dqblk 964 ufs/ufs/ufs_quota.c aiov.iov_len = sizeof (struct dqblk); dqblk 965 ufs/ufs/ufs_quota.c auio.uio_resid = sizeof (struct dqblk); dqblk 966 ufs/ufs/ufs_quota.c auio.uio_offset = (off_t)(dq->dq_id * sizeof (struct dqblk));