Lines Matching refs:abd_children
321 zfs_refcount_create(&abd->abd_children); in abd_alloc()
348 zfs_refcount_destroy(&abd->abd_children); in abd_free_scatter()
375 zfs_refcount_create(&abd->abd_children); in abd_alloc_linear()
398 zfs_refcount_destroy(&abd->abd_children); in abd_free_linear()
505 zfs_refcount_create(&abd->abd_children); in abd_get_offset_impl()
506 (void) zfs_refcount_add_many(&sabd->abd_children, abd->abd_size, abd); in abd_get_offset_impl()
549 zfs_refcount_create(&abd->abd_children); in abd_get_from_buf()
567 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children, in abd_put()
571 zfs_refcount_destroy(&abd->abd_children); in abd_put()
605 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
640 (void) zfs_refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()