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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h39 * 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 { struct
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_tmpnod
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c963 rdsk_node_t tmpnode; local
967 tmpnode.rn_name = &sname[0];
968 (void) snprintf(tmpnode.rn_name, MAXNAMELEN, "%s%u",
978 (node = avl_find(r, &tmpnode, NULL)))

Completed in 47 milliseconds