Home
last modified time | relevance | path

Searched refs:arc_get_data_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c865 static void *arc_get_data_buf(arc_buf_hdr_t *, uint64_t, const void *);
2092 arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf); in arc_buf_fill()
2104 arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf); in arc_buf_fill()
2795 arc_get_data_buf(hdr, arc_buf_size(buf), buf); in arc_buf_alloc_impl()
4798 arc_get_data_buf(arc_buf_hdr_t *hdr, uint64_t size, const void *tag) in arc_get_data_buf() function