Searched refs:abd_zero_off (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | abd.h | 140 void abd_zero_off(abd_t *, size_t, size_t); 183 abd_zero_off(abd, 0, size); in abd_zero()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | abd.c | 956 abd_zero_off(abd_t *abd, size_t off, size_t size) in abd_zero_off() function
|
| H A D | zio.c | 1875 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 1915 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 3942 abd_zero_off(abuf, zio->io_size, asize - zio->io_size); in zio_vdev_io_start() 4745 abd_zero_off(adata, psize, asize - psize); in zio_done()
|
| H A D | vdev_raidz.c | 222 abd_zero_off(rc->rc_abd, rc->rc_size, 1ULL << ashift); in vdev_raidz_map_alloc_write() 819 abd_zero_off(dst, size, in vdev_raidz_reconstruct_q()
|
| H A D | arc.c | 1794 abd_zero_off(abd, csize, psize - csize); in arc_hdr_authenticate() 8922 abd_zero_off(to_write, psize, asize - psize); in l2arc_apply_transforms() 8932 abd_zero_off(to_write, size, asize - size); in l2arc_apply_transforms() 8981 abd_zero_off(eabd, psize, asize - psize); in l2arc_apply_transforms()
|
| H A D | vdev_draid.c | 876 abd_zero_off(rc->rc_abd, skip_off, skip_size); in vdev_draid_map_verify_empty()
|
| H A D | dmu_recv.c | 1412 abd_zero_off(cabd, csize, BP_GET_PSIZE(bp) - csize); in do_corrective_recv()
|