Searched refs:bpos_gt (Results 1 – 15 of 15) sorted by relevance
/linux/fs/bcachefs/ |
H A D | bkey.h | 125 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt() function 149 return bpos_gt(l, r) ? l : r; in bpos_max()
|
H A D | bkey_methods.c | 247 bkey_fsck_err_on(bpos_gt(k.k->p, b->data->max_key), in bch2_bkey_in_btree_node()
|
H A D | btree_journal_iter.c | 424 if (ret.k && iter->b && bpos_gt(ret.k->p, iter->b->data->max_key)) in bch2_btree_and_journal_iter_peek()
|
H A D | btree_node_scan.c | 524 n.range_updated |= bpos_gt(n.max_key, node_max); in bch2_get_scanned_nodes()
|
H A D | btree_write_buffer.c | 343 bpos_gt(k->k.k.p, path->l[0].b->key.k.p)) { in bch2_btree_write_buffer_flush_locked()
|
H A D | debug.c | 449 if (bpos_gt(l->b->key.k.p, i->prev_node)) { in bch2_read_bfloat_failed()
|
H A D | backpointers.c | 545 bpos_gt(bucket, s->bucket_end)) in check_bp_exists()
|
H A D | btree_trans_commit.c | 164 EBUG_ON(bpos_gt(insert->k.p, b->data->max_key)); in bch2_btree_bset_insert_key()
|
H A D | btree_iter.c | 106 return bpos_gt(path->pos, b->key.k.p); in btree_path_pos_after_node() 2397 if (unlikely(iter->flags & BTREE_ITER_all_snapshots ? bpos_gt(iter_pos, end) : in bch2_btree_iter_peek_upto() 2503 : bpos_gt(k.k->p, search_key))) in bch2_btree_iter_peek_prev()
|
H A D | bset.c | 1308 EBUG_ON(bpos_gt(*search, b->data->max_key)); in bch2_btree_node_iter_init()
|
H A D | btree_gc.c | 333 BUG_ON(bpos_gt(k.k->p, b->data->max_key)); in bch2_btree_repair_topology_recurse()
|
H A D | btree_io.c | 676 BUG_ON(bpos_gt(k.k->p, b->data->max_key)); in bch2_btree_node_drop_keys_outside_node()
|
H A D | btree_update_interior.c | 1429 if (bpos_gt(insert->k.p, b->key.k.p)) in bch2_btree_insert_keys_interior()
|
H A D | ec.c | 118 bpos_gt(k.k->p, POS(0, U32_MAX)), in bch2_stripe_validate()
|
H A D | fsck.c | 1793 if (bpos_gt(k2.k->p, pos2.p) || in overlapping_extents_found()
|