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

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h271 int qf_refcnt; /* count of dquot refs on this file */ member in struct:quotafile
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c302 while ( (qfp->qf_qflags & QTF_OPENING) || qfp->qf_refcnt ) {
373 qfp->qf_refcnt++;
387 qfp->qf_refcnt--;
389 if ( (qfp->qf_qflags & QTF_WANTED) && qfp->qf_refcnt == 0) {

Completed in 18 milliseconds