Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_quota.c191 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()
/xnu-11215.81.4/bsd/sys/
H A Dquota.h308 #define DQ_LLOCK 0x01 /* this quota locked (no MODS) */ macro