Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDabd.h49 ABD_FLAG_ALLOCD = 1 << 8, /* we allocated the abd_t */ enumerator
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDabd.c121 ABD_FLAG_GANG_FREE | ABD_FLAG_ALLOCD | ABD_FLAG_FROM_PAGES)); in abd_verify()
172 abd->abd_flags |= ABD_FLAG_ALLOCD; in abd_alloc_struct()
326 if (abd->abd_flags & ABD_FLAG_ALLOCD) in abd_free()