Searched refs:HDR_GET_PSIZE (Results 1 – 2 of 2) sorted by relevance
1787 HDR_GET_PSIZE(hdr) > 0) { in arc_hdr_size()1788 size = HDR_GET_PSIZE(hdr); in arc_hdr_size()1889 HDR_GET_PSIZE(hdr)); in arc_hdr_decrypt()2046 HDR_GET_PSIZE(hdr)); in arc_buf_fill()2253 HDR_GET_PSIZE(hdr), hdr); in arc_evictable_space_increment()2294 HDR_GET_PSIZE(hdr), hdr); in arc_evictable_space_decrement()3247 size = HDR_GET_PSIZE(hdr); in arc_hdr_alloc_abd()6203 size = HDR_GET_PSIZE(hdr); in arc_read()6383 HDR_GET_PSIZE(hdr)); in arc_read()8975 psize = HDR_GET_PSIZE(hdr); in l2arc_apply_transforms()[all …]
60 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro