Lines Matching defs:b_size

875 	int32_t			b_size;
1576 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, NULL, &zc);
1589 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, NULL, &zc);
1608 fletcher_2_native(buf->b_data, buf->b_hdr->b_size,
1652 ctl.prwatch.pr_size = buf->b_hdr->b_size;
1749 uint64_t delta = hdr->b_size * hdr->b_l1hdr.b_datacnt;
1758 delta = hdr->b_size;
1792 atomic_add_64(size, hdr->b_size *
1835 from_delta = to_delta = datacnt * hdr->b_size;
1855 from_delta = hdr->b_size;
1876 to_delta = hdr->b_size;
1901 hdr->b_size, hdr);
1913 hdr->b_size, buf);
1937 hdr->b_size, hdr);
1949 &old_state->arcs_size, hdr->b_size, buf);
2038 hdr->b_size = size;
2096 atomic_add_64(&arc_loaned_bytes, -hdr->b_size);
2112 atomic_add_64(&arc_loaned_bytes, hdr->b_size);
2120 uint64_t size = hdr->b_size;
2210 arc_buf_free_on_write(buf->b_data, hdr->b_size, free_func);
2213 free_func(buf->b_data, hdr->b_size);
2266 hdr->b_size, zio_data_buf_free);
2284 uint64_t size = buf->b_hdr->b_size;
2386 ARCSTAT_INCR(arcstat_l2_size, -hdr->b_size);
2566 return (buf->b_hdr->b_size);
2650 bytes_evicted += hdr->b_size;
2694 bytes_evicted += hdr->b_size;
2712 ARCSTAT_INCR(arcstat_evict_l2_cached, hdr->b_size);
2715 ARCSTAT_INCR(arcstat_evict_l2_eligible, hdr->b_size);
2717 ARCSTAT_INCR(arcstat_evict_l2_ineligible, hdr->b_size);
3838 uint64_t size = buf->b_hdr->b_size;
4068 bcopy(buf->b_data, arg, buf->b_hdr->b_size);
4137 func(buf->b_data, hdr->b_size);
4501 ASSERT3U(hdr->b_size, ==, size);
4810 uint64_t blksz = hdr->b_size;
4830 &state->arcs_size, hdr->b_size, buf);
4835 ASSERT3U(*size, >=, hdr->b_size);
4836 atomic_add_64(size, -hdr->b_size);
4846 -hdr->b_size);
4857 nhdr->b_size = blksz;
5068 zio = zio_write(pio, spa, txg, bp, buf->b_data, hdr->b_size, zp,
5988 ARCSTAT_INCR(arcstat_l2_size, -hdr->b_size);
6051 ASSERT3U(zio->io_size, ==, hdr->b_size);
6052 ASSERT3U(BP_GET_LSIZE(&cb->l2rcb_bp), ==, hdr->b_size);
6089 buf->b_data, hdr->b_size, arc_read_done, buf,
6334 ARCSTAT_INCR(arcstat_l2_write_buffer_bytes_scanned, hdr->b_size);
6345 passed_sz += hdr->b_size;
6365 buf_sz = hdr->b_size;
6408 hdr->b_l2hdr.b_asize = hdr->b_size;
6677 zio->io_orig_size = zio->io_size = hdr->b_size;
6688 bzero(hdr->b_l1hdr.b_buf->b_data, hdr->b_size);
6709 hdr->b_size) != 0)
6715 zio->io_orig_size = zio->io_size = hdr->b_size;
6754 hdr->b_size);