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

Function abd_copy

freebsd/contrib/openzfs/include/sys/abd.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 */
104
105static inline void
106abd_copy(abd_t *dabd, abd_t *sabd, size_t size)
107{
108 abd_copy_off(dabd, sabd, 0, 0, size);
109}
110
111static inline void
112abd_copy_from_buf(abd_t *abd, const void *buf, size_t size)

Callers 15

vdev_raidz_cksum_reportFunction · 0.85
vdev_raidz_reconstruct_qFunction · 0.85
raidz_parity_verifyFunction · 0.85
arc_hdr_decryptFunction · 0.85
arc_write_readyFunction · 0.85
l2arc_read_doneFunction · 0.85
l2arc_apply_transformsFunction · 0.85
vdev_draid_cksum_reportFunction · 0.85
vdev_mirror_scrub_doneFunction · 0.85
zio_subblockFunction · 0.85
zio_decryptFunction · 0.85

Calls 1

abd_copy_offFunction · 0.85

Tested by

no test coverage detected