Searched refs:arc_free_data_abd (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 889 static void arc_free_data_abd(arc_buf_hdr_t *, abd_t *, uint64_t, void *); 1917 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 3284 arc_free_data_abd(hdr, hdr->b_crypt_hdr.b_rabd, size, hdr); in arc_hdr_free_abd() 3286 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, size, hdr); in arc_hdr_free_abd() 5366 arc_free_data_abd(arc_buf_hdr_t *hdr, abd_t *abd, uint64_t size, void *tag) in arc_free_data_abd() function 8409 arc_free_data_abd(hdr, eabd, arc_hdr_size(hdr), hdr); in l2arc_untransform() 8419 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, in l2arc_untransform() 8424 arc_free_data_abd(hdr, eabd, arc_hdr_size(hdr), hdr); in l2arc_untransform() 8444 arc_free_data_abd(hdr, cabd, arc_hdr_size(hdr), hdr); in l2arc_untransform() 8449 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, in l2arc_untransform()
|