Lines Matching refs:max_key
30 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()
184 .max_key = bn->max_key, in try_read_btree_node()
314 bpos_lt(n->min_key, start->max_key); in handle_overwrites()
319 if (bpos_cmp(start->max_key, n->max_key) >= 0) in handle_overwrites()
323 n->min_key = bpos_successor(start->max_key); in handle_overwrites()
331 start->max_key = bpos_predecessor(n->min_key); in handle_overwrites()
336 if (bpos_cmp(start->max_key, n->max_key) >= 0) in handle_overwrites()
340 n->min_key = bpos_successor(start->max_key); in handle_overwrites()
443 bpos_cmp(l->max_key, r->min_key); in found_btree_node_range_start_cmp()
453 bpos_lt((_f)->nodes.data[_idx].min_key, _search.max_key); \
464 .max_key = b->key.k.p, in bch2_btree_node_is_stale()
479 .max_key = SPOS_MAX, in bch2_btree_has_scanned_nodes()
515 .max_key = node_max, in bch2_get_scanned_nodes()
524 n.range_updated |= bpos_gt(n.max_key, node_max); in bch2_get_scanned_nodes()
525 n.max_key = bpos_min(n.max_key, node_max); in bch2_get_scanned_nodes()