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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c76 struct dquot *dqp, *xdqp; local
103 if (getdiskquota((uid_t)ip->i_uid, ufsvfsp, 0, &xdqp)) {
106 dqp = xdqp;
187 struct dquot *xdqp; local
190 &xdqp);
198 if (xdqp->dq_fhardlimit == 0 &&
199 xdqp->dq_fsoftlimit == 0 &&
200 xdqp->dq_bhardlimit == 0 &&
201 xdqp->dq_bsoftlimit == 0) {
202 mutex_enter(&xdqp
422 struct dquot *dqp, *xdqp; local
[all...]
H A Dquotacalls.c496 struct dquot *xdqp; local
527 error = getdiskquota(uid, ufsvfsp, 0, &xdqp);
532 dqp = xdqp;
684 struct dquot *xdqp; local
696 error = getdiskquota(uid, ufsvfsp, 0, &xdqp);
701 dqp = xdqp;

Completed in 60 milliseconds