Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1344 HDR_GET_PSIZE(buf->b_hdr) : HDR_GET_LSIZE(buf->b_hdr)); in arc_buf_size()
1518 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr)); in arc_cksum_is_equal()
1712 if (!zfs_compressed_arc_enabled || HDR_GET_PSIZE(hdr) == 0) { in arc_hdr_set_compress()
1815 HDR_GET_PSIZE(hdr) > 0) { in arc_hdr_size()
1816 size = HDR_GET_PSIZE(hdr); in arc_hdr_size()
1830 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_hdr_authenticate()
1907 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt()
1914 HDR_GET_PSIZE(hdr)); in arc_hdr_decrypt()
1933 hdr->b_l1hdr.b_pabd, cabd, HDR_GET_PSIZE(hdr), in arc_hdr_decrypt()
2067 HDR_GET_PSIZE(hdr)); in arc_buf_fill()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h74 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro