Lines Matching defs:abd
38 typedef struct abd { struct
39 abd_flags_t abd_flags; argument
40 uint_t abd_size; /* excludes scattered abd_offset */ argument
41 struct abd *abd_parent; argument
42 zfs_refcount_t abd_children; argument
52 } abd_u; argument
61 abd_is_linear(abd_t *abd) in abd_is_linear()
126 abd_copy_from_buf(abd_t *abd, const void *buf, size_t size) in abd_copy_from_buf()
132 abd_copy_to_buf(void* buf, abd_t *abd, size_t size) in abd_copy_to_buf()
138 abd_cmp_buf(abd_t *abd, const void *buf, size_t size) in abd_cmp_buf()
144 abd_zero(abd_t *abd, size_t size) in abd_zero()