Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h339 #define LBN_TO_BYTE(lbn, vfsp) ((lbn)<<((struct hsfs *)((vfsp)->vfs_data))-> \ macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c860 offset_bytes = LBN_TO_BYTE(offset_lbn, vp->v_vfsp); in hsfs_getpage_ra()
1047 bof = LBN_TO_BYTE((offset_t)hp->hs_dirent.ext_lbn, vp->v_vfsp); in hsfs_getapage()
1065 chunk_data_bytes = LBN_TO_BYTE(1, vp->v_vfsp); in hsfs_getapage()
1077 LBN_TO_BYTE(hp->hs_dirent.intlf_sz, vp->v_vfsp); in hsfs_getapage()
1216 offset_bytes = LBN_TO_BYTE(offset_lbn, vp->v_vfsp); in hsfs_getapage()
H A Dhsfs_susp_subr.c381 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_check_root_dirent()
H A Dhsfs_node.c1413 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_filldirent()