Lines Matching refs:xdqp
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()
201 dqput(xdqp); in chkdq()
202 mutex_exit(&xdqp->dq_lock); in chkdq()
204 expect_dq = xdqp; in chkdq()
420 struct dquot *dqp, *xdqp; in chkiq() local
478 if (getdiskquota(uid, ufsvfsp, 0, &xdqp)) { in chkiq()
481 dqp = xdqp; in chkiq()