Searched refs:ABD_FLAG_META (Results 1 – 2 of 2) sorted by relevance
114 ABD_FLAG_OWNER | ABD_FLAG_META | ABD_FLAG_MULTI_ZONE | in abd_verify()118 IMPLY(abd->abd_flags & ABD_FLAG_META, abd->abd_flags & ABD_FLAG_OWNER); in abd_verify()196 abd->abd_flags |= ABD_FLAG_META; in abd_alloc()219 abd->abd_flags |= ABD_FLAG_META; in abd_alloc_linear()241 if (abd->abd_flags & ABD_FLAG_META) { in abd_free_linear()331 boolean_t is_metadata = (sabd->abd_flags & ABD_FLAG_META) != 0; in abd_alloc_sametype()722 abd->abd_flags &= ~ABD_FLAG_META; in abd_release_ownership_of_buf()743 abd->abd_flags |= ABD_FLAG_META; in abd_take_ownership_of_buf()
41 ABD_FLAG_META = 1 << 2, /* does this represent FS metadata? */ enumerator