Lines Matching defs:b_size

883 	int32_t			b_size;
1661 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, NULL, &zc);
1674 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, NULL, &zc);
1693 fletcher_2_native(buf->b_data, buf->b_hdr->b_size,
1737 ctl.prwatch.pr_size = buf->b_hdr->b_size;
1834 uint64_t delta = hdr->b_size * hdr->b_l1hdr.b_datacnt;
1843 delta = hdr->b_size;
1877 atomic_add_64(size, hdr->b_size *
1920 from_delta = to_delta = datacnt * hdr->b_size;
1940 from_delta = hdr->b_size;
1961 to_delta = hdr->b_size;
1986 hdr->b_size, hdr);
1998 hdr->b_size, buf);
2022 hdr->b_size, hdr);
2034 &old_state->arcs_size, hdr->b_size, buf);
2123 hdr->b_size = size;
2181 atomic_add_64(&arc_loaned_bytes, -hdr->b_size);
2197 atomic_add_64(&arc_loaned_bytes, hdr->b_size);
2205 uint64_t size = hdr->b_size;
2295 arc_buf_free_on_write(buf->b_data, hdr->b_size, free_func);
2298 free_func(buf->b_data, hdr->b_size);
2357 len = hdr->b_size;
2377 uint64_t size = buf->b_hdr->b_size;
2479 ARCSTAT_INCR(arcstat_l2_size, -hdr->b_size);
2659 return (buf->b_hdr->b_size);
2743 bytes_evicted += hdr->b_size;
2787 bytes_evicted += hdr->b_size;
2805 ARCSTAT_INCR(arcstat_evict_l2_cached, hdr->b_size);
2808 ARCSTAT_INCR(arcstat_evict_l2_eligible, hdr->b_size);
2810 ARCSTAT_INCR(arcstat_evict_l2_ineligible, hdr->b_size);
3982 uint64_t size = buf->b_hdr->b_size;
4212 bcopy(buf->b_data, arg, buf->b_hdr->b_size);
4281 func(buf->b_data, hdr->b_size);
4645 ASSERT3U(hdr->b_size, ==, size);
4696 if (b_asize > hdr->b_size) {
4972 uint64_t blksz = hdr->b_size;
4992 &state->arcs_size, hdr->b_size, buf);
4997 ASSERT3U(*size, >=, hdr->b_size);
4998 atomic_add_64(size, -hdr->b_size);
5008 -hdr->b_size);
5019 nhdr->b_size = blksz;
5230 zio = zio_write(pio, spa, txg, bp, buf->b_data, hdr->b_size, zp,
6174 ARCSTAT_INCR(arcstat_l2_size, -hdr->b_size);
6236 ASSERT3U(hdr->b_size, <, zio->io_size);
6239 bcopy(cb->l2rcb_data, buf->b_data, hdr->b_size);
6253 zio->io_size = zio->io_orig_size = hdr->b_size;
6263 ASSERT3U(zio->io_size, ==, hdr->b_size);
6264 ASSERT3U(BP_GET_LSIZE(&cb->l2rcb_bp), ==, hdr->b_size);
6301 buf->b_data, hdr->b_size, arc_read_done, buf,
6547 ARCSTAT_INCR(arcstat_l2_write_buffer_bytes_scanned, hdr->b_size);
6558 passed_sz += hdr->b_size;
6578 buf_sz = hdr->b_size;
6622 hdr->b_l2hdr.b_asize = hdr->b_size;
6915 zio->io_orig_size = zio->io_size = hdr->b_size;
6926 bzero(hdr->b_l1hdr.b_buf->b_data, hdr->b_size);
6947 hdr->b_size) != 0)
6953 zio->io_orig_size = zio->io_size = hdr->b_size;
6974 len = hdr->b_size;