Searched refs:abd_zero_off (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | abd.h | 127 void abd_zero_off(abd_t *, size_t, size_t); 170 abd_zero_off(abd, 0, size); in abd_zero()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | abd.c | 904 abd_zero_off(abd_t *abd, size_t off, size_t size) in abd_zero_off() function
|
| H A D | zio.c | 1748 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 1788 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 3786 abd_zero_off(abuf, zio->io_size, asize - zio->io_size); in zio_vdev_io_start() 4601 abd_zero_off(adata, psize, asize - psize); in zio_done()
|
| H A D | arc.c | 1788 abd_zero_off(abd, csize, psize - csize); in arc_hdr_authenticate() 9300 abd_zero_off(to_write, psize, asize - psize); in l2arc_apply_transforms() 9310 abd_zero_off(to_write, size, asize - size); in l2arc_apply_transforms() 9327 abd_zero_off(to_write, size, asize - size); in l2arc_apply_transforms() 9364 abd_zero_off(eabd, psize, asize - psize); in l2arc_apply_transforms()
|
| H A D | vdev_raidz.c | 716 abd_zero_off(dst, size, in vdev_raidz_reconstruct_q()
|
| H A D | vdev_draid.c | 876 abd_zero_off(rc->rc_abd, skip_off, skip_size); in vdev_draid_map_verify_empty()
|