Searched refs:bow_range (Results 1 – 1 of 1) sorted by relevance
48 struct bow_range { struct97 sector_t range_top(struct bow_range *br) in range_top()99 return container_of(rb_next(&br->node), struct bow_range, node) in range_top()103 u64 range_size(struct bow_range *br) in range_size()117 static struct bow_range *find_first_overlapping_range(struct rb_root *ranges, in find_first_overlapping_range()121 struct bow_range *br; in find_first_overlapping_range()124 br = container_of(node, struct bow_range, node); in find_first_overlapping_range()148 void add_before(struct rb_root *ranges, struct bow_range *new_br, in add_before()149 struct bow_range *existing) in add_before()171 static int split_range(struct bow_context *bc, struct bow_range **br, in split_range()[all …]