Searched refs:FG_OFF_LOCKWANT (Results 1 – 2 of 2) sorted by relevance
158 #define FG_OFF_LOCKWANT 0x100 /* Somebody's wating for the lock */ macro
1034 fg->fg_lflags |= FG_OFF_LOCKWANT; in vn_offset_lock()1048 if (fg->fg_lflags & FG_OFF_LOCKWANT) { in vn_offset_unlock()1051 fg->fg_lflags &= ~(FG_OFF_LOCKED | FG_OFF_LOCKWANT); in vn_offset_unlock()