Searched refs:dq_curbytes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_quota.c161 ncurbytes = dq->dq_curbytes + change;
163 dq->dq_curbytes = ncurbytes;
165 dq->dq_curbytes = 0;
196 dq->dq_curbytes += change;
222 ncurbytes = dq->dq_curbytes + change;
247 if (dq->dq_curbytes < dq->dq_bsoftlimit) {
698 newlimp->dqb_curbytes = dq->dq_curbytes;
705 dq->dq_curbytes >= newlimp->dqb_bsoftlimit &&
706 (dq->dq_bsoftlimit == 0 || dq->dq_curbytes < dq->dq_bsoftlimit)) {
717 if (dq->dq_curbytes < d
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_quota.c150 ncurbytes = dq->dq_curbytes + change;
152 dq->dq_curbytes = ncurbytes;
154 dq->dq_curbytes = 0;
183 dq->dq_curbytes += change;
203 ncurbytes = dq->dq_curbytes + change;
229 if (dq->dq_curbytes < dq->dq_bsoftlimit) {
665 newlimp->dqb_curbytes = dq->dq_curbytes;
672 dq->dq_curbytes >= newlimp->dqb_bsoftlimit &&
673 (dq->dq_bsoftlimit == 0 || dq->dq_curbytes < dq->dq_bsoftlimit)) {
684 if (dq->dq_curbytes < d
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dquota.h322 #define dq_curbytes dq_dqb.dqb_curbytes macro

Completed in 23 milliseconds