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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c162 MAPBLOCKSIZE / DEV_BSIZE) == mblkno) {
179 bp->b_bufsize = MAPBLOCKSIZE;
200 mof += MAPBLOCKSIZE;
229 MAPBLOCKSIZE, rbp->rb_age)) {
327 bp2->b_bufsize = MAPBLOCKSIZE;
461 roll_bufs = kmem_alloc(nmblk * MAPBLOCKSIZE, KM_SLEEP);
473 bp->b_bufsize = MAPBLOCKSIZE;
489 kmem_free(roll_bufs, nmblk * MAPBLOCKSIZE);
586 ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, MAPBLOCKSIZE);
H A Dlufs_map.c236 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
352 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
556 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
699 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
776 if (!DATAoverlapME(mof, MAPBLOCKSIZE, me))
893 ASSERT((MAPBLOCKSIZE / DEV_BSIZE) == (sizeof (secmap) * NBBY));
913 /* Set sector map used in the MAPBLOCKSIZE block. */
938 * do 2 writes * in the same MAPBLOCKSIZE chunk, than a
1733 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
1786 hnb = MAPBLOCKSIZE
[all...]
H A Dlufs_debug.c529 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
565 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
H A Dlufs_top.c682 bp->b_bcount = MAPBLOCKSIZE;
714 * straddle MAPBLOCKSIZE hash boundaries (i.e. summary info).
718 hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF);
H A Dlufs_log.c1530 alloc_rdbuf(&ul->un_rdbuf, MAPBLOCKSIZE, MAPBLOCKSIZE);
H A Dufs_vfsops.c2239 alloc_rdbuf(&ul->un_rdbuf, MAPBLOCKSIZE, MAPBLOCKSIZE);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h274 #define MAPBLOCKSIZE (8192) macro
276 #define MAPBLOCKOFF (MAPBLOCKSIZE-1)
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h226 #define MAPBLOCKSIZE (8192) macro
228 #define MAPBLOCKOFF (MAPBLOCKSIZE-1)
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c339 md_alloc_rdbuf(&ul->un_rdbuf, bufsize, MAPBLOCKSIZE);

Completed in 80 milliseconds