Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c380 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp); in hs_check_root_dirent()
491 secno = (uint_t)LBN_TO_SEC(cont_info_p->cont_lbn, fsp->hsfs_vfs); in get_cont_area()
H A Dhsfs_node.c729 secno = LBN_TO_SEC(lbn, vfsp); in hs_remakenode()
1412 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp); in hs_filldirent()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h333 #define LBN_TO_SEC(lbn, vfsp) ((lbn)>>((struct hsfs *)((vfsp)->vfs_data))-> \ macro