Searched refs:arc_buf_alloc_impl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2806 * arc_buf_alloc_impl()) there will be an existing uncompressed buf that
2827 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, void *tag, boolean_t compressed, function
3412 VERIFY0(arc_buf_alloc_impl(hdr, tag, B_FALSE, B_FALSE, &buf));
3436 VERIFY0(arc_buf_alloc_impl(hdr, tag, B_TRUE, B_FALSE, &buf));
5321 * passed in. The implementation of arc_buf_alloc_impl() ensures that we
5332 int error = arc_buf_alloc_impl(hdr, acb->acb_private,
5410 * If arc_buf_alloc_impl() fails during
5559 rc = arc_buf_alloc_impl(hdr, private,
5636 * reference that arc_buf_alloc_impl() created. We

Completed in 98 milliseconds