Searched refs:ABD_FLAG_META (Results 1 – 2 of 2) sorted by relevance
134 ABD_FLAG_OWNER | ABD_FLAG_META | ABD_FLAG_MULTI_ZONE | in abd_verify()138 IMPLY(abd->abd_flags & ABD_FLAG_META, abd->abd_flags & ABD_FLAG_OWNER); in abd_verify()181 abd->abd_flags |= ABD_FLAG_META; in abd_alloc()257 abd->abd_flags |= ABD_FLAG_META; in abd_alloc_linear()281 if (abd->abd_flags & ABD_FLAG_META) { in abd_free_linear()353 boolean_t is_metadata = (sabd->abd_flags & ABD_FLAG_META) != 0; in abd_alloc_sametype()710 abd->abd_flags &= ~ABD_FLAG_META; in abd_release_ownership_of_buf()731 abd->abd_flags |= ABD_FLAG_META; in abd_take_ownership_of_buf()
38 ABD_FLAG_META = 1 << 2, /* does this represent FS metadata? */ enumerator