Searched refs:abd_cmp_buf_off (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | abd.h | 124 int abd_cmp_buf_off(abd_t *, const void *, size_t, size_t); 163 return (abd_cmp_buf_off(abd, buf, 0, size)); in abd_cmp_buf()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | abd.c | 883 abd_cmp_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_cmp_buf_off() function
|
H A D | vdev_draid.c | 875 if (abd_cmp_buf_off(rc->rc_abd, zero_buf, skip_off, in vdev_draid_map_verify_empty()
|