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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c154 register struct dquot *dq; local
168 if ((dq = cp->c_dquot[i]) == NODQUOT)
170 dqlock(dq);
172 ncurbytes = dq->dq_curbytes + change;
174 dq->dq_curbytes = ncurbytes;
176 dq->dq_curbytes = 0;
177 dq->dq_flags &= ~DQ_BLKS;
178 dq->dq_flags |= DQ_MOD;
180 dqunlock(dq);
193 if ((dq
227 register struct dquot *dq = cp->c_dquot[type]; local
300 register struct dquot *dq; local
432 register struct dquot *dq = cp->c_dquot[type]; local
638 struct dquot *dq; local
732 struct dquot *dq = NULL; local
789 struct dquot *dq; local
815 struct dquot *dq; local
878 struct dquot *dq; local
924 struct dquot *dq; local
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c96 static void dq_lock_internal(struct dquot *dq);
97 static void dq_unlock_internal(struct dquot *dq);
124 static int dqsync_locked(struct dquot *dq);
224 dq_lock_internal(struct dquot *dq) argument
226 while (dq->dq_lflags & DQ_LLOCK) {
227 dq->dq_lflags |= DQ_LWANT;
228 msleep(&dq->dq_lflags, quota_list_mtx_lock, PVFS, "dq_lock_internal", NULL);
230 dq->dq_lflags |= DQ_LLOCK;
237 dq_unlock_internal(struct dquot *dq) argument
239 int wanted = dq
248 dqlock(struct dquot *dq) argument
258 dqunlock(struct dquot *dq) argument
499 struct dquot *dq; local
871 dqrele(struct dquot *dq) argument
898 dqreclaim(struct dquot *dq) argument
927 struct dquot *dq; local
980 dqsync(struct dquot *dq) argument
1000 dqsync_locked(struct dquot *dq) argument
1054 struct dquot *dq, *nextdq; local
[all...]

Completed in 19 milliseconds