Home
last modified time | relevance | path

Searched refs:HDR_GET_PSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.d31 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro
63 @s["physical"] = sum(HDR_GET_PSIZE(this->hdr));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1172 HDR_GET_PSIZE(buf->b_hdr) : HDR_GET_LSIZE(buf->b_hdr)); in arc_buf_size()
1337 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr)); in arc_cksum_is_equal()
1554 if (!zfs_compressed_arc_enabled || HDR_GET_PSIZE(hdr) == 0) { in arc_hdr_set_compress()
1619 HDR_GET_PSIZE(hdr) > 0) { in arc_hdr_size()
1620 size = HDR_GET_PSIZE(hdr); in arc_hdr_size()
1634 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_hdr_authenticate()
1715 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt()
1722 HDR_GET_PSIZE(hdr)); in arc_hdr_decrypt()
1742 hdr->b_l1hdr.b_pabd, tmp, HDR_GET_PSIZE(hdr), in arc_hdr_decrypt()
1880 HDR_GET_PSIZE(hdr)); in arc_buf_fill()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h58 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro