Searched refs:arc_free_data_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 912 static void arc_free_data_buf(arc_buf_hdr_t *, void *, uint64_t, const void *); 2155 arc_free_data_buf(hdr, buf->b_data, HDR_GET_PSIZE(hdr), in arc_buf_fill() 3140 arc_free_data_buf(hdr, buf->b_data, size, buf); in arc_buf_destroy_impl() 5337 arc_free_data_buf(arc_buf_hdr_t *hdr, void *buf, uint64_t size, const void *tag) in arc_free_data_buf() function
|