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

Function abd_get_offset_size

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

Source from the content-addressed store, hash-verified

573}
574
575abd_t *
576abd_get_offset_size(abd_t *sabd, size_t off, size_t size)
577{
578 ASSERT3U(off + size, <=, sabd->abd_size);
579 return (abd_get_offset_impl(sabd, off, size));
580}
581
582/*
583 * Return a size scatter ABD. In order to free the returned

Callers 11

vdev_raidz_cksum_finishFunction · 0.85
vdev_raidz_cksum_reportFunction · 0.85
vdev_raidz_map_allocFunction · 0.85
abd_get_zerosFunction · 0.85
vdev_queue_aggregateFunction · 0.85
vdev_draid_cksum_finishFunction · 0.85
vdev_draid_cksum_reportFunction · 0.85

Calls 1

abd_get_offset_implFunction · 0.85

Tested by

no test coverage detected