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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dquota.h306 #define DQ_LLOCK 0x01 /* this quota locked (no MODS) */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c226 while (dq->dq_lflags & DQ_LLOCK) {
230 dq->dq_lflags |= DQ_LLOCK;
241 dq->dq_lflags &= ~(DQ_LLOCK | DQ_LWANT);

Completed in 61 milliseconds