Searched refs:arc_buf_alloc_impl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | arc.c | 2977 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, void *tag, boolean_t compressed, in arc_buf_alloc_impl() function 3562 VERIFY0(arc_buf_alloc_impl(hdr, tag, B_FALSE, B_FALSE, &buf)); in arc_alloc_buf() 3586 VERIFY0(arc_buf_alloc_impl(hdr, tag, B_TRUE, B_FALSE, &buf)); in arc_alloc_compressed_buf() 5642 int error = arc_buf_alloc_impl(hdr, acb->acb_private, in arc_read_done() 5869 rc = arc_buf_alloc_impl(hdr, private, in arc_read()
|