Home
last modified time | relevance | path

Searched refs:hs_findhash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h56 extern struct vnode *hs_findhash(ino64_t nodeid, uint_t lbn, uint_t off,
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c379 hs_findhash(ino64_t nodeid, uint_t lbn, uint_t off, struct vfs *vfsp) in hs_findhash() function
571 if ((vp = hs_findhash(nodeid, lbn, off, vfsp)) == NULL) { in hs_makenode()
581 if ((vp = hs_findhash(nodeid, lbn, off, vfsp)) == NULL) { in hs_makenode()
H A Dhsfs_vfsops.c501 if ((*vpp = hs_findhash(nodeid, fid->hf_dir_lbn, in hsfs_vget()