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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h152 int un_openl; /* # of opens on lowervp */ member in struct:union_node
H A Dunion_subr.c630 un->un_openl = 0;
898 for (i = 0; i < un->un_openl; i++) {
902 un->un_openl = 0;
H A Dunion_vnops.c597 un->un_openl++;
625 if (un->un_openl <= 0)
626 panic("union: un_openl cnt");
628 --un->un_openl;

Completed in 29 milliseconds