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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h156 struct vnode **un_dircache; /* cached union stack */ member in struct:union_node
H A Dunion_subr.c629 un->un_dircache = 0;
1454 dircache = un->un_dircache;
1501 un->un_dircache = 0;
1504 if ((alloced != 0) && (un->un_dircache != 0)) {
1516 un->un_dircache = dircache;
1601 vpp = un->un_dircache;
1602 un->un_dircache = NULL;
1607 _FREE(un->un_dircache, M_TEMP);
H A Dunion_vnops.c1420 if (un->un_dircache != 0) {

Completed in 38 milliseconds