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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h137 struct vnode *un_vnode; /* Back pointer */ member in struct:union_node
184 #define UNIONTOV(un) ((un)->un_vnode)
H A Dunion_subr.c707 un->un_vnode = *vpp;
708 if (un->un_vnode->v_type == VDIR) {

Completed in 72 milliseconds