Searched refs:hsnode (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h75 * hsnode structure:
79 * nodeid uniquely identifies an hsnode, ISO9660 means
90 struct hsnode { struct
91 struct hsnode *hs_hash; /* next hsnode in hash list */
92 struct hsnode *hs_freef; /* next hsnode in free list */
93 struct hsnode *hs_freeb; /* previous hsnode in free list */
96 ino64_t hs_nodeid; /* "inode" number for hsnode */
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c110 static void hs_addfreeb(struct hsfs *fsp, struct hsnode *hp);
113 struct hsnode *dhp, struct vnode *dvp, struct vnode **vpp,
131 struct hsnode *hp;
176 int nhsnode = HS_HSNODESPACE / sizeof (struct hsnode);
178 struct kmem_cache *hsnode_cache; /* free hsnode cache */
191 sizeof (struct hsnode), 0, NULL,
212 struct hsnode *hp;
252 * Add an hsnode to the end of the free list.
255 hs_addfreeb(struct hsfs *fsp, struct hsnode *hp)
257 struct hsnode *e
[all...]
H A Dhsfs_vnops.c180 struct hsnode *hp;
311 struct hsnode *hp;
357 struct hsnode *hp;
378 struct hsnode *hp;
410 * Free the hsnode.
412 * hsnode, give it back to the kmem_cache,
420 * kmem_free the hsnode and embedded vnode
481 struct hsnode *dhp;
658 struct hsnode *hp;
802 struct hsnode *h
[all...]
H A Dhsfs_vfsops.c580 struct hsnode *hp;
958 struct hsnode *hp;

Completed in 64 milliseconds