Searched refs:dqoff (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | quota.c | 261 if (uid <= MAXUID && dqoff(uid) >= 0 && dqoff(uid) < qip->i_size) { in getdiskquota() 266 sizeof (struct dqblk), dqoff(uid), UIO_SYSSPACE, in getdiskquota() 272 err = bmap_read(qip, dqoff(uid), &bn, &contig); in getdiskquota() 276 (offset_t)(dqoff(uid) & (DEV_BSIZE - 1)); in getdiskquota() 433 if (dqoff(dqp->dq_uid) >= 0) { 437 dqoff(dqp->dq_uid), UIO_SYSSPACE,
|
H A D | quotacalls.c | 640 sizeof (struct dqblk), dqoff(uid), UIO_SYSSPACE, in setquota() 644 (void) VOP_PUTPAGE(ITOV(qip), dqoff(dqp->dq_uid) & ~qip->i_fs->fs_bmask, in setquota() 653 error = bmap_read(qip, dqoff(dqp->dq_uid), &bn, &contig); in setquota() 659 (offset_t)((dqoff(dqp->dq_uid)) & (DEV_BSIZE - 1)); in setquota()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_quota.h | 87 #define dqoff(UID) (((offset_t)(UID) * sizeof (struct dqblk))) macro
|
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 715 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in getdiscq() 756 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in putdiscq()
|
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 627 (void) llseek(fd, (offset_t)dqoff(uid), L_SET);
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 578 (void) fseeko64(qf, (offset_t)dqoff(uid), 0); in chkquota()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 642 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in getdiskquota()
|