arc_get_data_buf
arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf);
arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf);
arc_get_data_buf(hdr, arc_buf_size(buf), buf);
static void *arc_get_data_buf(arc_buf_hdr_t *, uint64_t, void *);