Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
static inline int
124
abd_cmp_buf(abd_t *abd, const void *buf, size_t size)
125
{
126
return (abd_cmp_buf_off(abd, buf, 0, size));
127
}
128
129
static inline void
130
abd_zero(abd_t *abd, size_t size)
Callers
2
abd_return_buf
Function · 0.85
zio_ddt_collision
Function · 0.85
Calls
1
abd_cmp_buf_off
Function · 0.85
Tested by
no test coverage detected