Searched refs:DQ_LLOCK (Results 1 – 2 of 2) sorted by relevance
191 while (dq->dq_lflags & DQ_LLOCK) { in dq_lock_internal()195 dq->dq_lflags |= DQ_LLOCK; in dq_lock_internal()206 dq->dq_lflags &= ~(DQ_LLOCK | DQ_LWANT); in dq_unlock_internal()
308 #define DQ_LLOCK 0x01 /* this quota locked (no MODS) */ macro