Lines Matching refs:max_key
32 bch2_bpos_to_text(out, n->max_key); in found_btree_node_to_text()
58 bp->k.p = f->max_key; in found_btree_node_to_key()
178 .max_key = bn->max_key, in try_read_btree_node()
325 bpos_gt(l->max_key, r->min_key)); in nodes_overlap()
339 if (bpos_cmp(l->max_key, r->max_key) >= 0) in handle_overwrites()
343 r->min_key = bpos_successor(l->max_key); in handle_overwrites()
350 l->max_key = bpos_predecessor(r->min_key); in handle_overwrites()
355 if (bpos_cmp(l->max_key, r->max_key) >= 0) in handle_overwrites()
359 r->min_key = bpos_successor(l->max_key); in handle_overwrites()
492 bpos_cmp(l->max_key, r->min_key); in found_btree_node_range_start_cmp()
502 bpos_lt((_f)->nodes.data[_idx].min_key, _search.max_key); \
513 .max_key = b->key.k.p, in bch2_btree_node_is_stale()
532 .max_key = SPOS_MAX, in bch2_btree_has_scanned_nodes()
570 .max_key = node_max, in bch2_get_scanned_nodes()
579 n.range_updated |= bpos_gt(n.max_key, node_max); in bch2_get_scanned_nodes()
580 n.max_key = bpos_min(n.max_key, node_max); in bch2_get_scanned_nodes()