Searched refs:HDR_GET_PSIZE (Results 1 – 2 of 2) sorted by relevance
1305 HDR_GET_PSIZE(buf->b_hdr) : HDR_GET_LSIZE(buf->b_hdr)); in arc_buf_size()1478 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr)); in arc_cksum_is_equal()1672 if (!zfs_compressed_arc_enabled || HDR_GET_PSIZE(hdr) == 0) { in arc_hdr_set_compress()1775 HDR_GET_PSIZE(hdr) > 0) { in arc_hdr_size()1776 size = HDR_GET_PSIZE(hdr); in arc_hdr_size()1790 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_hdr_authenticate()1867 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt()1874 HDR_GET_PSIZE(hdr)); in arc_hdr_decrypt()1893 hdr->b_l1hdr.b_pabd, cabd, HDR_GET_PSIZE(hdr), in arc_hdr_decrypt()2027 HDR_GET_PSIZE(hdr)); in arc_buf_fill()[all …]
74 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro