Searched refs:abd_zero_off (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | abd.h | 88 void abd_zero_off(abd_t *, size_t, size_t); 132 abd_zero_off(abd, 0, size); in abd_zero()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | abd.c | 905 abd_zero_off(abd_t *abd, size_t off, size_t size) in abd_zero_off() function
|
| H A D | zio.c | 1753 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 3734 abd_zero_off(abuf, zio->io_size, asize - zio->io_size); in zio_vdev_io_start() 4550 abd_zero_off(adata, psize, asize - psize); in zio_done()
|
| H A D | arc.c | 1826 abd_zero_off(abd, csize, psize - csize); in arc_hdr_authenticate() 8942 abd_zero_off(to_write, psize, asize - psize); in l2arc_apply_transforms() 8952 abd_zero_off(to_write, size, asize - size); in l2arc_apply_transforms() 8969 abd_zero_off(to_write, size, asize - size); in l2arc_apply_transforms() 9006 abd_zero_off(eabd, psize, asize - psize); in l2arc_apply_transforms()
|
| H A D | vdev_draid.c | 740 abd_zero_off(rr->rr_col[x].rc_abd, in vdev_draid_cksum_finish()
|
| H A D | vdev_raidz.c | 907 abd_zero_off(dst, size, in vdev_raidz_reconstruct_q()
|