Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c264 IMPLY(abd->abd_parent != NULL, !(abd->abd_flags & ABD_FLAG_OWNER)); in abd_verify()
320 abd->abd_parent = NULL; in abd_alloc()
374 abd->abd_parent = NULL; in abd_alloc_linear()
413 ASSERT3P(abd->abd_parent, ==, NULL); in abd_free()
504 abd->abd_parent = sabd; in abd_get_offset_impl()
548 abd->abd_parent = NULL; in abd_get_from_buf()
566 if (abd->abd_parent != NULL) { in abd_put()
567 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children, in abd_put()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dabd.h41 struct abd *abd_parent; member