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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c172 ncurbytes = dq->dq_curbytes + change;
174 dq->dq_curbytes = ncurbytes;
176 dq->dq_curbytes = 0;
207 dq->dq_curbytes += change;
233 ncurbytes = dq->dq_curbytes + change;
258 if (dq->dq_curbytes < dq->dq_bsoftlimit) {
831 newlimp->dqb_curbytes = dq->dq_curbytes;
838 dq->dq_curbytes >= newlimp->dqb_bsoftlimit &&
839 (dq->dq_bsoftlimit == 0 || dq->dq_curbytes < dq->dq_bsoftlimit)) {
850 if (dq->dq_curbytes < d
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h322 #define dq_curbytes dq_dqb.dqb_curbytes macro

Completed in 23 milliseconds