Searched refs:arc_free_data_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 890 static void arc_free_data_buf(arc_buf_hdr_t *, void *, uint64_t, void *); 1927 arc_free_data_buf(hdr, cabd, arc_hdr_size(hdr), hdr); in arc_hdr_decrypt() 2130 arc_free_data_buf(hdr, buf->b_data, HDR_GET_PSIZE(hdr), in arc_buf_fill() 3151 arc_free_data_buf(hdr, buf->b_data, size, buf); in arc_buf_destroy_impl() 5373 arc_free_data_buf(arc_buf_hdr_t *hdr, void *buf, uint64_t size, void *tag) in arc_free_data_buf() function
|