Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h341 #define LBN_TO_BYTE(lbn, vfsp) ((lbn)<<((struct hsfs *)((vfsp)->vfs_data))-> \ macro
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c954 offset_bytes = LBN_TO_BYTE(offset_lbn, vp->v_vfsp); in hsfs_getpage_ra()
1149 bof = LBN_TO_BYTE((offset_t)hp->hs_dirent.ext_lbn, vp->v_vfsp); in hsfs_getapage()
1167 chunk_data_bytes = LBN_TO_BYTE(1, vp->v_vfsp); in hsfs_getapage()
1179 LBN_TO_BYTE(hp->hs_dirent.intlf_sz, vp->v_vfsp); in hsfs_getapage()
1318 offset_bytes = LBN_TO_BYTE(offset_lbn, vp->v_vfsp); in hsfs_getapage()
H A Dhsfs_susp_subr.c383 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_check_root_dirent()
H A Dhsfs_node.c1414 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_filldirent()