Home
last modified time | relevance | path

Searched defs:tmpnode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h67 struct tmpnode { struct
68 struct tmpnode *tn_back; /* linked list of tmpnodes */ argument
69 struct tmpnode *tn_forw; /* linked list of tmpnodes */ argument
80 } un_tmpnode; argument
81 struct vnode *tn_vnode; /* vnode for this tmpnode */ argument
88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ argument
89 uint_t tn_flags; /* tmpnode specific flags */ argument
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1018 rdsk_node_t tmpnode; in check_one_slice() local