Searched refs:wb_bcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c611 u_longlong_t wb_bcount; local
636 wb_bcount = ldbtob(mdr->un_cum_blocks - blkno);
642 wb_bcount = bcount;
652 wb_bcount = ldbtob(interlace - fragment);
655 wb_bcount = bcount;
669 if ((md_getmajor(wb_edev) != md_major) && (wb_bcount > md_maxphys)) {
670 wb_bcount = md_maxphys;
675 * wb_bcount is limited by md_maxphys which is 'int'
677 bp->b_bcount = (size_t)wb_bcount;

Completed in 61 milliseconds