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

Function rs_get_fill

freebsd/contrib/openzfs/include/sys/range_tree.h:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static inline uint64_t
192rs_get_fill(const range_seg_t *rs, const range_tree_t *rt)
193{
194 return (rs_get_fill_raw(rs, rt) << rt->rt_shift);
195}
196
197static inline void
198rs_set_start_raw(range_seg_t *rs, range_tree_t *rt, uint64_t start)

Callers 3

range_tree_adjust_fillFunction · 0.85
range_tree_add_implFunction · 0.85
range_tree_remove_implFunction · 0.85

Calls 1

rs_get_fill_rawFunction · 0.85

Tested by

no test coverage detected