Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h90 struct hsnode { struct
91 struct hsnode *hs_hash; /* next hsnode in hash list */ argument
92 struct hsnode *hs_freef; /* next hsnode in free list */ argument
93 struct hsnode *hs_freeb; /* previous hsnode in free list */ argument
271 struct hsnode *hsfs_hash[HS_HASHSIZE]; /* head of hash lists */
274 struct hsnode *hsfs_free_f; /* first entry of free list */
275 struct hsnode *hsfs_free_b; /* last entry of free list */
329 #define VTOH(VP) ((struct hsnode *)(VP)->v_data)
/titanic_41/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; in hs_access()
176 int nhsnode = HS_HSNODESPACE / sizeof (struct hsnode);
191 sizeof (struct hsnode), 0, NULL, in hs_init_hsnode_cache()
212 struct hsnode *hp; in hs_hsnode_cache_reclaim()
255 hs_addfreeb(struct hsfs *fsp, struct hsnode *hp) in hs_addfreeb()
257 struct hsnode *ep; in hs_addfreeb()
277 static struct hsnode *
280 struct hsnode *hp, **tp; in hs_getfree()
[all …]
H A Dhsfs_vnops.c180 struct hsnode *hp; in hsfs_read()
311 struct hsnode *hp; in hsfs_getattr()
357 struct hsnode *hp; in hsfs_readlink()
378 struct hsnode *hp; in hsfs_inactive()
481 struct hsnode *dhp; in hsfs_readdir()
658 struct hsnode *hp; in hsfs_fid()
802 struct hsnode *hp, in hsfs_getpage_ra()
1097 struct hsnode *hp; in hsfs_getapage()
1581 struct hsnode *hp; in hsfs_getpage()
1651 DTRACE_PROBE1(hsfs_compute_ra, struct hsnode *, hp); in hsfs_getpage()
[all …]
H A Dhsfs_vfsops.c580 struct hsnode *hp; in hs_mountfs()
958 struct hsnode *hp; in hs_getrootvp()