Searched refs:MAPBLOCKSIZE (Results 1 – 6 of 6) sorted by relevance
162 MAPBLOCKSIZE / DEV_BSIZE) == mblkno) { in log_roll_read()179 bp->b_bufsize = MAPBLOCKSIZE; in log_roll_read()200 mof += MAPBLOCKSIZE; in log_roll_read()229 MAPBLOCKSIZE, rbp->rb_age)) { in log_roll_read()327 bp2->b_bufsize = MAPBLOCKSIZE; in log_roll_write_bufs()461 roll_bufs = kmem_alloc(nmblk * MAPBLOCKSIZE, KM_SLEEP); in trans_roll()473 bp->b_bufsize = MAPBLOCKSIZE; in trans_roll()489 kmem_free(roll_bufs, nmblk * MAPBLOCKSIZE); in trans_roll()586 ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, MAPBLOCKSIZE); in trans_roll()
236 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in deltamap_add()352 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in deltamap_remove()556 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in logmap_remove_roll()699 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in logmap_list_get()776 if (!DATAoverlapME(mof, MAPBLOCKSIZE, me)) in logmap_list_get_roll()893 ASSERT((MAPBLOCKSIZE / DEV_BSIZE) == (sizeof (secmap) * NBBY)); in logmap_setup_read()1733 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in logmap_cancel()1786 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in logmap_iscancel()1833 (dp->d_nb > INT32_C(MAPBLOCKSIZE))) in logmap_logscan_add()
529 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in matamap_overlap()565 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF); in matamap_within()
674 bp->b_bcount = MAPBLOCKSIZE; in top_read_roll()710 hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF); in top_log()
1530 alloc_rdbuf(&ul->un_rdbuf, MAPBLOCKSIZE, MAPBLOCKSIZE); in ldl_logscan_end()
274 #define MAPBLOCKSIZE (8192) macro276 #define MAPBLOCKOFF (MAPBLOCKSIZE-1)