Searched defs:perfuse_node_data (Results 1 – 1 of 1) sorted by relevance
123 struct perfuse_node_data { struct124 uint64_t pnd_rfh;125 uint64_t pnd_wfh;126 uint64_t pnd_nodeid; /* nodeid, this is not inode */127 uint64_t pnd_parent_nodeid; /* parent's nodeid */128 uint32_t pnd_hashidx; /* node hash index */129 uint64_t pnd_fuse_nlookup; /* vnode refcount */153 LIST_ENTRY(perfuse_node_data) pnd_nident; argument162 ((struct perfuse_node_data *)puffs_pn_getpriv((struct puffs_node *)opc)) argument