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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dabd.h56 struct abd *abd_parent; member in struct:abd
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dabd.c118 IMPLY(abd->abd_parent != NULL, !(abd->abd_flags & ABD_FLAG_OWNER));
146 abd->abd_parent = NULL;
298 IMPLY(abd->abd_flags & ABD_FLAG_OWNER, abd->abd_parent == NULL);
312 if (abd->abd_parent != NULL) {
313 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children,
540 abd->abd_parent = sabd;

Completed in 90 milliseconds