blkcount
u_int32_t blkcount; /* total blocks */
u_int32_t blkcount;
int flags = 0, blkcount = 0, readop;
blkcount = howmany(bio->bio_bcount, MFI_SECTOR_LEN);
cdb_len = mfi_build_cdb(readop, 0, bio->bio_pblkno, blkcount,
uint32_t blkcount;
blkcount = howmany(bio->bio_bcount, MFI_SECTOR_LEN);
io->header.data_len = blkcount;
uint32_t blkcount;
blkcount = howmany(len, MFI_SECTOR_LEN);
cdb_len = mfi_build_cdb(readop, 0, lba, blkcount, pass->cdb);
int blkcount;
blkcount = howmany(bp->bio_bcount, MLX_BLKSIZE);
if ((bp->bio_pblkno + blkcount) > sc->mlx_sysdrive[driveno].ms_size)
(long long)bp->bio_pblkno, blkcount,
blkcount & 0xff, /* xfer length low byte */
blkcount & 0xff, /* xfer length low byte */
(driveno << 3) | ((blkcount >> 8) & 0x07),
e4fs_daddr_t blkcount, factor, blocksreleased = 0;
fsbtodb(fs, nb), (int32_t)-1, level - 1, &blkcount)) != 0)
blocksreleased += blkcount;
last, level - 1, &blkcount)) != 0)
blocksreleased += blkcount;
ufs2_daddr_t blkcount, factor, blocksreleased = 0;
(ufs2_daddr_t)-1, level - 1, &blkcount)) != 0)
blocksreleased += blkcount;
last, level - 1, &blkcount);
blocksreleased += blkcount;
datablocks = blkcount(fs, datablocks, length);
static ufs2_daddr_t blkcount(struct fs *, ufs2_daddr_t, off_t);
quotaadj(struct dquot **qrp, struct ufsmount *ump, int64_t blkcount)
if (blkcount == 0)
ncurblocks = dq->dq_curblocks + blkcount;
if (blkcount < 0)
else if (dq->dq_curblocks + blkcount >= dq->dq_bsoftlimit &&