MCPcopy Create free account
hub / github.com/F-Stack/f-stack / abd_copy_off

Function abd_copy_off

freebsd/contrib/openzfs/module/zfs/abd.c:982–987  ·  view source on GitHub ↗

* Copy from sabd to dabd starting from soff and doff. */

Source from the content-addressed store, hash-verified

980 * Copy from sabd to dabd starting from soff and doff.
981 */
982void
983abd_copy_off(abd_t *dabd, abd_t *sabd, size_t doff, size_t soff, size_t size)
984{
985 (void) abd_iterate_func2(dabd, sabd, doff, soff, size,
986 abd_copy_off_cb, NULL);
987}
988
989/*ARGSUSED*/
990static int

Callers 5

vdev_cache_hitFunction · 0.85
vdev_cache_writeFunction · 0.85
vdev_draid_cksum_finishFunction · 0.85
abd_copyFunction · 0.85

Calls 1

abd_iterate_func2Function · 0.85

Tested by

no test coverage detected