Symbol: MAPBLOCKSIZE
usr/src/uts/common/fs/ufs/lufs_debug.c
528
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_debug.c
564
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_log.c
1530
alloc_rdbuf(&ul->un_rdbuf, MAPBLOCKSIZE, MAPBLOCKSIZE);
usr/src/uts/common/fs/ufs/lufs_map.c
1733
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
1786
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
1833
(dp->d_nb > INT32_C(MAPBLOCKSIZE)))
usr/src/uts/common/fs/ufs/lufs_map.c
236
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
352
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
556
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
699
hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
usr/src/uts/common/fs/ufs/lufs_map.c
776
if (!DATAoverlapME(mof, MAPBLOCKSIZE, me))
usr/src/uts/common/fs/ufs/lufs_map.c
893
ASSERT((MAPBLOCKSIZE / DEV_BSIZE) == (sizeof (secmap) * NBBY));
usr/src/uts/common/fs/ufs/lufs_thread.c
161
MAPBLOCKSIZE / DEV_BSIZE) == mblkno) {
usr/src/uts/common/fs/ufs/lufs_thread.c
176
bp->b_bufsize = MAPBLOCKSIZE;
usr/src/uts/common/fs/ufs/lufs_thread.c
197
mof += MAPBLOCKSIZE;
usr/src/uts/common/fs/ufs/lufs_thread.c
226
MAPBLOCKSIZE, rbp->rb_age)) {
usr/src/uts/common/fs/ufs/lufs_thread.c
324
bp2->b_bufsize = MAPBLOCKSIZE;
usr/src/uts/common/fs/ufs/lufs_thread.c
458
roll_bufs = kmem_alloc(nmblk * MAPBLOCKSIZE, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_thread.c
470
bp->b_bufsize = MAPBLOCKSIZE;
usr/src/uts/common/fs/ufs/lufs_thread.c
486
kmem_free(roll_bufs, nmblk * MAPBLOCKSIZE);
usr/src/uts/common/fs/ufs/lufs_thread.c
583
ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, MAPBLOCKSIZE);
usr/src/uts/common/fs/ufs/lufs_top.c
682
bp->b_bcount = MAPBLOCKSIZE;
usr/src/uts/common/fs/ufs/lufs_top.c
718
hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF);
usr/src/uts/common/sys/fs/ufs_log.h
276
#define MAPBLOCKOFF (MAPBLOCKSIZE-1)