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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c530 un->un_flags |= UN_WANT;
542 if ((un->un_flags & UN_WANT) == UN_WANT) {
594 if ((un->un_flags & UN_WANT) == UN_WANT) {
595 un->un_flags &= ~UN_WANT;
717 if ((un->un_flags & UN_WANT) == UN_WANT) {
718 un->un_flags &= ~UN_WANT;
H A Dunion.h159 #define UN_WANT 0x01 /* union node is needed */ macro
H A Dunion_vnops.c584 if ((un->un_flags & UN_WANT) == UN_WANT) {
585 un->un_flags &= ~UN_WANT;
1105 if ((un->un_flags & UN_WANT) == UN_WANT) {
1106 un->un_flags &= ~UN_WANT;

Completed in 85 milliseconds