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.c382 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp);
493 secno = (uint_t)LBN_TO_SEC(cont_info_p->cont_lbn, fsp->hsfs_vfs);
H A Dhsfs_node.c729 secno = LBN_TO_SEC(lbn, vfsp);
1413 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h335 #define LBN_TO_SEC(lbn, vfsp) ((lbn)>>((struct hsfs *)((vfsp)->vfs_data))-> \ macro

Completed in 49 milliseconds