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

Function abd_copy_from_buf

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

Source from the content-addressed store, hash-verified

109}
110
111static inline void
112abd_copy_from_buf(abd_t *abd, const void *buf, size_t size)
113{
114 abd_copy_from_buf_off(abd, buf, 0, size);
115}
116
117static inline void
118abd_copy_to_buf(void* buf, abd_t *abd, size_t size)

Callers 10

vdev_label_write_pad2Function · 0.85
vdev_raidz_reconstruct_pFunction · 0.85
raidz_restore_orig_dataFunction · 0.85
abd_return_buf_copyFunction · 0.85
mmp_write_uberblockFunction · 0.85
arc_releaseFunction · 0.85
arc_write_readyFunction · 0.85
vdev_label_initFunction · 0.85
vdev_uberblock_syncFunction · 0.85
zil_prt_rec_writeFunction · 0.85

Calls 1

abd_copy_from_buf_offFunction · 0.85

Tested by

no test coverage detected