Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c321 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()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dabd.h42 zfs_refcount_t abd_children; member