Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c611 u_longlong_t wb_bcount; in md_mapbuf() local
636 wb_bcount = ldbtob(mdr->un_cum_blocks - blkno); in md_mapbuf()
642 wb_bcount = bcount; in md_mapbuf()
652 wb_bcount = ldbtob(interlace - fragment); in md_mapbuf()
655 wb_bcount = bcount; in md_mapbuf()
669 if ((md_getmajor(wb_edev) != md_major) && (wb_bcount > md_maxphys)) { in md_mapbuf()
670 wb_bcount = md_maxphys; in md_mapbuf()
677 bp->b_bcount = (size_t)wb_bcount; in md_mapbuf()