Lines Matching refs:tmpnode
39 * tmpnode is the file system dependent node for tmpfs.
42 * as well as syncronizing read and writes to the tmpnode
64 * tn_tlock doesn't require any tmpnode locks
67 struct tmpnode {
68 struct tmpnode *tn_back; /* linked list of tmpnodes */
69 struct tmpnode *tn_forw; /* linked list of tmpnodes */
81 struct vnode *tn_vnode; /* vnode for this tmpnode */
88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */
89 uint_t tn_flags; /* tmpnode specific flags */
129 struct tmpnode *td_tmpnode; /* tnode for this file */
135 struct tmpnode *td_parent; /* parent, dir we are in */