Searched refs:ABD_FLAG_LINEAR (Results 1 – 3 of 3) sorted by relevance
111 return ((abd->abd_flags & ABD_FLAG_LINEAR) != 0 ? B_TRUE : B_FALSE); in abd_is_linear()133 ASSERT3U(abd->abd_flags, ==, abd->abd_flags & (ABD_FLAG_LINEAR | in abd_verify()255 abd->abd_flags = ABD_FLAG_LINEAR | ABD_FLAG_OWNER; in abd_alloc_linear()538 abd->abd_flags = ABD_FLAG_LINEAR; in abd_get_offset_impl()610 abd->abd_flags = ABD_FLAG_LINEAR; in abd_get_from_buf()
36 ABD_FLAG_LINEAR = 1 << 0, /* is buffer linear (or scattered)? */ enumerator
348 abd->abd_flags |= ABD_FLAG_LINEAR; in abd_alloc_chunks()743 abd->abd_flags &= ~ABD_FLAG_LINEAR; in abd_free_linear_page()