Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h69 extern void hs_filldirent(struct vnode *vp, struct hs_direntry *hdp);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c532 hs_filldirent(sig_args_p->fsp->hsfs_rootvp, sig_args_p->hdp); in rrip_child_link()
555 hs_filldirent(sig_args_p->fsp->hsfs_rootvp, sig_args_p->hdp); in rrip_parent_link()
H A Dhsfs_vnops.c167 hs_filldirent(vp, &hp->hs_dirent); in hsfs_read()
263 hs_filldirent(vp, &hp->hs_dirent); in hsfs_getattr()
430 hs_filldirent(vp, &dhp->hs_dirent); in hsfs_readdir()
H A Dhsfs_node.c836 hs_filldirent(dvp, &dhp->hs_dirent); in hs_dirlook()
1396 hs_filldirent(struct vnode *vp, struct hs_direntry *hdp) in hs_filldirent() function