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

Function abd_zero

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

Source from the content-addressed store, hash-verified

127}
128
129static inline void
130abd_zero(abd_t *abd, size_t size)
131{
132 abd_zero_off(abd, 0, size);
133}
134
135/*
136 * ABD type check functions

Callers 8

vdev_label_write_pad2Function · 0.85
mmp_write_uberblockFunction · 0.85
vdev_label_initFunction · 0.85
vdev_label_write_bootenvFunction · 0.85
vdev_copy_uberblocksFunction · 0.85
vdev_uberblock_syncFunction · 0.85
vdev_label_syncFunction · 0.85

Calls 1

abd_zero_offFunction · 0.85

Tested by

no test coverage detected