Searched refs:arc_get_data_buf (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 1392 static void *arc_get_data_buf(arc_buf_hdr_t *, uint64_t, void *); 2532 buf->b_data = arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf); in arc_buf_alloc_impl() 2562 buf->b_data = arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf); in arc_buf_clone() 2829 hdr->b_l1hdr.b_pdata = arc_get_data_buf(hdr, arc_hdr_size(hdr), hdr); in arc_hdr_alloc_pdata() 4374 arc_get_data_buf(arc_buf_hdr_t *hdr, uint64_t size, void *tag) in arc_get_data_buf() function
|