Searched refs:dq_lflags (Results 1 – 2 of 2) sorted by relevance
191 while (dq->dq_lflags & DQ_LLOCK) { in dq_lock_internal()192 dq->dq_lflags |= DQ_LWANT; in dq_lock_internal()193 msleep(&dq->dq_lflags, "a_list_mtx_lock, PVFS, "dq_lock_internal", NULL); in dq_lock_internal()195 dq->dq_lflags |= DQ_LLOCK; in dq_lock_internal()204 int wanted = dq->dq_lflags & DQ_LWANT; in dq_unlock_internal()206 dq->dq_lflags &= ~(DQ_LLOCK | DQ_LWANT); in dq_unlock_internal()209 wakeup(&dq->dq_lflags); in dq_unlock_internal()
296 u_int16_t dq_lflags; /* protected by the quota list lock */ member