Searched defs:tmpnode (Results 1 – 2 of 2) sorted by relevance
67 struct tmpnode { struct68 struct tmpnode *tn_back; /* linked list of tmpnodes */ argument69 struct tmpnode *tn_forw; /* linked list of tmpnodes */ argument80 } un_tmpnode; argument81 struct vnode *tn_vnode; /* vnode for this tmpnode */ argument88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ argument89 uint_t tn_flags; /* tmpnode specific flags */ argument
963 rdsk_node_t tmpnode; in check_one_slice() local