Searched refs:xdqp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quota_ufs.c | 74 struct dquot *dqp, *xdqp; in getinoquota() local 101 if (getdiskquota((uid_t)ip->i_uid, ufsvfsp, 0, &xdqp)) { in getinoquota() 104 dqp = xdqp; in getinoquota() 185 struct dquot *xdqp; in chkdq() local 188 &xdqp); in chkdq() 196 if (xdqp->dq_fhardlimit == 0 && in chkdq() 197 xdqp->dq_fsoftlimit == 0 && in chkdq() 198 xdqp->dq_bhardlimit == 0 && in chkdq() 199 xdqp->dq_bsoftlimit == 0) { in chkdq() 200 mutex_enter(&xdqp->dq_lock); in chkdq() [all …]
|
H A D | quotacalls.c | 493 struct dquot *xdqp; in setquota() local 524 error = getdiskquota(uid, ufsvfsp, 0, &xdqp); in setquota() 529 dqp = xdqp; in setquota() 681 struct dquot *xdqp; in getquota() local 693 error = getdiskquota(uid, ufsvfsp, 0, &xdqp); in getquota() 698 dqp = xdqp; in getquota()
|