Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c868 static void arc_free_data_buf(arc_buf_hdr_t *, void *, uint64_t, const void *);
1895 arc_free_data_buf(hdr, cabd, arc_hdr_size(hdr), hdr); in arc_hdr_decrypt()
2101 arc_free_data_buf(hdr, buf->b_data, HDR_GET_PSIZE(hdr), in arc_buf_fill()
3076 arc_free_data_buf(hdr, buf->b_data, size, buf); in arc_buf_destroy_impl()
4961 arc_free_data_buf(arc_buf_hdr_t *hdr, void *buf, uint64_t size, const void *tag) in arc_free_data_buf() function