MCPcopy 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
156uint_t
157abd_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_implFunction · 0.85
dbuf_sync_lightweightFunction · 0.85
vdev_queue_aggregateFunction · 0.85
vdev_draid_cksum_finishFunction · 0.85

Calls 1

abd_verifyFunction · 0.85

Tested by

no test coverage detected