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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c563 if (dq->dq_cnt++ == 0) {
658 if (dq_list_lock_changed(listlockval) || dq->dq_cnt || (dq->dq_flags & DQ_MOD)) {
709 dq->dq_cnt = 1;
878 if (dq->dq_cnt > 1) {
879 dq->dq_cnt--;
886 dq->dq_cnt--;
907 if (--dq->dq_cnt > 0) {
955 if (dq->dq_cnt != 0)
1072 if (dq->dq_cnt)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dquota.h293 u_int16_t dq_cnt_unused; /* Replaced by dq_cnt below */
300 uint32_t dq_cnt; /* count of active references */ member in struct:dquot

Completed in 115 milliseconds