Lines Matching defs:abd
250 abd_scatter_chunkcnt(abd_t *abd) in abd_scatter_chunkcnt()
258 abd_verify(abd_t *abd) in abd_verify()
283 abd_t *abd = kmem_alloc(size, KM_PUSHPAGE); in abd_alloc_struct() local
291 abd_free_struct(abd_t *abd) in abd_free_struct()
313 abd_t *abd = abd_alloc_struct(n); in abd_alloc() local
341 abd_free_scatter(abd_t *abd) in abd_free_scatter()
365 abd_t *abd = abd_alloc_struct(0); in abd_alloc_linear() local
390 abd_free_linear(abd_t *abd) in abd_free_linear()
410 abd_free(abd_t *abd) in abd_free()
461 abd_t *abd; in abd_get_offset_impl() local
537 abd_t *abd = abd_alloc_struct(0); in abd_get_from_buf() local
561 abd_put(abd_t *abd) in abd_put()
579 abd_to_buf(abd_t *abd) in abd_to_buf()
593 abd_borrow_buf(abd_t *abd, size_t n) in abd_borrow_buf()
611 abd_borrow_buf_copy(abd_t *abd, size_t n) in abd_borrow_buf_copy()
627 abd_return_buf(abd_t *abd, void *buf, size_t n) in abd_return_buf()
644 abd_return_buf_copy(abd_t *abd, void *buf, size_t n) in abd_return_buf_copy()
659 abd_take_ownership_of_buf(abd_t *abd, boolean_t is_metadata) in abd_take_ownership_of_buf()
675 abd_release_ownership_of_buf(abd_t *abd) in abd_release_ownership_of_buf()
716 abd_iter_init(struct abd_iter *aiter, abd_t *abd) in abd_iter_init()
797 abd_iterate_func(abd_t *abd, size_t off, size_t size, in abd_iterate_func()
848 abd_copy_to_buf_off(void *buf, abd_t *abd, size_t off, size_t size) in abd_copy_to_buf_off()
872 abd_cmp_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_cmp_buf_off()
894 abd_copy_from_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_copy_from_buf_off()
914 abd_zero_off(abd_t *abd, size_t off, size_t size) in abd_zero_off()