Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ abd_get_size
Function
abd_get_size
freebsd/contrib/openzfs/module/zfs/abd.c:156–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
uint_t
157
abd_get_size(abd_t *abd)
158
{
159
abd_verify(abd);
160
return (abd->abd_size);
161
}
162
163
/*
164
* Allocate an ABD, along with its own underlying data buffers. Use this if you
Callers
7
flush_write_batch_impl
Function · 0.85
dbuf_sync_lightweight
Function · 0.85
vdev_queue_aggregate
Function · 0.85
vdev_draid_cksum_finish
Function · 0.85
vdev_draid_map_alloc_write
Function · 0.85
vdev_draid_map_alloc_scrub
Function · 0.85
vdev_indirect_splits_damage
Function · 0.85
Calls
1
abd_verify
Function · 0.85
Tested by
no test coverage detected