Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1787 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 …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h60 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro