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

Function abd_is_linear

freebsd/contrib/openzfs/module/zfs/abd.c:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106int zfs_abd_scatter_enabled = B_TRUE;
107
108boolean_t
109abd_is_linear(abd_t *abd)
110{
111 return ((abd->abd_flags & ABD_FLAG_LINEAR) != 0 ? B_TRUE : B_FALSE);
112}
113
114boolean_t
115abd_is_linear_page(abd_t *abd)

Callers 15

abd_scatter_chunkcntFunction · 0.85
abd_free_structFunction · 0.85
abd_iter_mapFunction · 0.85
abd_iter_initFunction · 0.85
abd_iter_advanceFunction · 0.85
abd_iter_mapFunction · 0.85
abd_iter_unmapFunction · 0.85
abd_nr_pages_offFunction · 0.85
abd_bio_map_offFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected