Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
static inline void
130
abd_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_pad2
Function · 0.85
mmp_write_uberblock
Function · 0.85
vdev_indirect_splits_damage
Function · 0.85
vdev_label_init
Function · 0.85
vdev_label_write_bootenv
Function · 0.85
vdev_copy_uberblocks
Function · 0.85
vdev_uberblock_sync
Function · 0.85
vdev_label_sync
Function · 0.85
Calls
1
abd_zero_off
Function · 0.85
Tested by
no test coverage detected