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

Function abd_cmp_buf

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

Source from the content-addressed store, hash-verified

121}
122
123static inline int
124abd_cmp_buf(abd_t *abd, const void *buf, size_t size)
125{
126 return (abd_cmp_buf_off(abd, buf, 0, size));
127}
128
129static inline void
130abd_zero(abd_t *abd, size_t size)

Callers 2

abd_return_bufFunction · 0.85
zio_ddt_collisionFunction · 0.85

Calls 1

abd_cmp_buf_offFunction · 0.85

Tested by

no test coverage detected