Searched refs:HDR_GET_PSIZE (Results 1 – 3 of 3) sorted by relevance
31 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro63 @s["physical"] = sum(HDR_GET_PSIZE(this->hdr));
1172 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 …]
58 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro