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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h180 #define UNVP_LOCKED 0x02 macro
H A Dunion_subr.c162 if (unvplock[ix] & UNVP_LOCKED) {
168 unvplock[ix] |= UNVP_LOCKED;
177 unvplock[ix] &= ~UNVP_LOCKED;

Completed in 79 milliseconds