Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c481 ASSERT(bp->b_bufsize > 0); in brelse()
668 bfreelist.b_bufsize += nbp->b_bufsize; in getblk_common()
761 bp->b_bufsize = bsize; in ngeteblk()
1346 bp->b_bufsize = len; in pageio_setup()
1474 bp->b_bufsize = bsize; in bio_getfreeblk()
1513 if (bp->b_bufsize == bsize) { in bio_getfreeblk()
1524 bfreelist.b_bufsize += bsize; in bio_getfreeblk()
1552 bp->b_bufsize = bsize; in bio_getfreeblk()
1651 bfreelist.b_bufsize -= bsize; in bio_mem_get()
1741 if (bp->b_bufsize) { in bio_recycle()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c318 if (bp->b_bcount == bp->b_bufsize) in push_dirty_bp()
336 newbp->b_bufsize = bp->b_bufsize - bp->b_bcount; in push_dirty_bp()
338 bp->b_bufsize = bp->b_bcount; in push_dirty_bp()
477 bp->b_bufsize = cb->cb_nb; in alloc_wrbuf()
517 bp->b_bufsize = nb; in alloc_rdbuf()
676 bp->b_bcount = MIN(bp->b_bufsize, rlof - lof); in get_read_bp()
703 if ((bp->b_un.b_addr + bp->b_bufsize) != bpforw->b_un.b_addr) in extend_write_bp()
728 bp->b_bufsize += bpforw->b_bufsize; in extend_write_bp()
777 if (bp->b_bcount == bp->b_bufsize) { in storebuf()
937 if (wrapped || bcount == bp->b_bufsize) in ldl_round_commit()
H A Dlufs_thread.c176 bp->b_bufsize = MAPBLOCKSIZE; in log_roll_read()
259 bp->b_bufsize = crb->c_nb; in log_roll_write_crb()
324 bp2->b_bufsize = MAPBLOCKSIZE; in log_roll_write_bufs()
470 bp->b_bufsize = MAPBLOCKSIZE; in trans_roll()
H A Dufs_subr.c1258 bp->b_bufsize = bp->b_bcount = SI_BUFSZ; in ufs_construct_si()
1405 bp->b_bufsize = size = fs->fs_bsize; in ufs_putsummaryinfo()
H A Dufs_trans.c254 if (bp->b_bufsize == 1) { in ufs_trans_push_buf()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in57 size_t b_bufsize; /* size of allocated buffer */ member
71 b_bufsize = B->b_bufsize;
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h117 size_t b_bufsize; /* size of allocated buffer */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c280 bp->b_bufsize = zio->io_size; in vdev_file_io_start()
H A Dvdev_disk.c807 bp->b_bufsize = size; in vdev_disk_ldi_physio()
1028 bp->b_bufsize = zio->io_size; in vdev_disk_io_start()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c910 bufs[count].b_bufsize = bufs[count].b_bcount; in hsfs_getpage_ra()
1285 bufs[count].b_bufsize = bufs[count].b_bcount; in hsfs_getapage()
2109 nbuf->b_bufsize = bsize; in hsched_invoke_strategy()
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c1583 oldbp->b_bufsize = cmap->cmap_chunksz; in fssnap_translate()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c437 bp->b_bufsize = bp->b_bcount; in xdb_get_buf()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c2118 buf->b_bufsize = buflen; in vd_start_bio()
2496 status = ldc_mem_release(task->mhdl, 0, buf->b_bufsize); in vd_complete_bio()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16334 cont_bp->b_bufsize = bp->b_bufsize; in st_get_bigblk_bp()