Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dabd.c137 IMPLY(abd->abd_parent != NULL, !(abd->abd_flags & ABD_FLAG_OWNER)); in abd_verify()
184 abd->abd_parent = NULL; in abd_alloc()
231 if (abd->abd_parent != NULL) { in abd_put()
232 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children, in abd_put()
260 abd->abd_parent = NULL; in abd_alloc_linear()
336 ASSERT3P(abd->abd_parent, ==, NULL); in abd_free()
376 abd->abd_parent = NULL; in abd_alloc_gang_abd()
561 abd->abd_parent = sabd; in abd_get_offset_impl()
612 abd->abd_parent = NULL; in abd_get_from_buf()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dabd_impl.h56 struct abd *abd_parent; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c254 abd_zero_scatter->abd_parent = NULL; in abd_alloc_zero_scatter()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c480 abd_zero_scatter->abd_parent = NULL; in abd_alloc_zero_scatter()
607 abd_zero_scatter->abd_parent = NULL; in abd_alloc_zero_scatter()