Searched refs:UN_LOCKED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h160 #define UN_LOCKED 0x02 /* union node is locked */ macro
H A Dunion_subr.c529 if (un->un_flags & UN_LOCKED) {
534 un->un_flags |= UN_LOCKED;
541 un->un_flags &= ~UN_LOCKED;
543 un->un_flags &= ~UN_LOCKED;
593 un->un_flags &= ~UN_LOCKED;
632 un->un_flags = UN_LOCKED;
716 un->un_flags &= ~UN_LOCKED;
H A Dunion_vnops.c580 un->un_flags |= UN_LOCKED;
583 un->un_flags &= ~UN_LOCKED;
1102 un->un_flags |= UN_LOCKED;
1104 un->un_flags &= ~UN_LOCKED;

Completed in 203 milliseconds