Lines Matching refs:alloc_flags
3192 arc_hdr_alloc_abd(arc_buf_hdr_t *hdr, int alloc_flags) in arc_hdr_alloc_abd() argument
3195 boolean_t alloc_rdata = ((alloc_flags & ARC_HDR_ALLOC_RDATA) != 0); in arc_hdr_alloc_abd()
3206 alloc_flags); in arc_hdr_alloc_abd()
3213 alloc_flags); in arc_hdr_alloc_abd()
5105 int alloc_flags) in arc_get_data_abd() argument
5109 arc_get_data_impl(hdr, size, tag, alloc_flags); in arc_get_data_abd()
5110 if (alloc_flags & ARC_HDR_ALLOC_LINEAR) in arc_get_data_abd()
5219 int alloc_flags) in arc_get_data_impl() argument
5237 B_TRUE, alloc_flags & ARC_HDR_USE_RESERVE); in arc_get_data_impl()
6058 int alloc_flags = encrypted_read ? ARC_HDR_ALLOC_RDATA : 0; in arc_read() local
6180 alloc_flags |= ARC_HDR_ALLOC_LINEAR; in arc_read()
6193 arc_hdr_alloc_abd(hdr, alloc_flags); in arc_read()