Home
last modified time | relevance | path

Searched refs:bpos_gt (Results 1 – 15 of 15) sorted by relevance

/linux/fs/bcachefs/
H A Dbkey.h124 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt() function
148 return bpos_gt(l, r) ? l : r; in bpos_max()
H A Dbkey_methods.c249 bkey_fsck_err_on(bpos_gt(k.k->p, b->data->max_key), c, err, in bch2_bkey_in_btree_node()
H A Dbtree_node_scan.c500 n.range_updated |= bpos_gt(n.max_key, node_max); in bch2_get_scanned_nodes()
H A Dbtree_journal_iter.c439 if (ret.k && iter->b && bpos_gt(ret.k->p, iter->b->data->max_key)) in bch2_btree_and_journal_iter_peek()
H A Dbtree_write_buffer.c316 bpos_gt(k->k.k.p, path->l[0].b->key.k.p)) { in bch2_btree_write_buffer_flush_locked()
H A Ddebug.c469 if (bpos_gt(l->b->key.k.p, i->prev_node)) { in bch2_read_bfloat_failed()
H A Dbackpointers.c556 bpos_gt(bucket, s->bucket_end)) in check_bp_exists()
H A Dbtree_trans_commit.c162 EBUG_ON(bpos_gt(insert->k.p, b->data->max_key)); in bch2_btree_bset_insert_key()
H A Dbset.c1332 EBUG_ON(bpos_gt(*search, b->data->max_key)); in bch2_btree_node_iter_init()
H A Dbtree_gc.c314 BUG_ON(bpos_gt(k.k->p, b->data->max_key)); in bch2_btree_repair_topology_recurse()
H A Dbtree_iter.c106 return bpos_gt(path->pos, b->key.k.p); in btree_path_pos_after_node()
2473 : bpos_gt(k.k->p, search_key))) in bch2_btree_iter_peek_prev()
H A Dec.c117 bpos_gt(k.k->p, POS(0, U32_MAX)), c, err, in bch2_stripe_invalid()
H A Dbtree_io.c682 BUG_ON(bpos_gt(k.k->p, b->data->max_key)); in bch2_btree_node_drop_keys_outside_node()
H A Dbtree_update_interior.c1430 if (bpos_gt(insert->k.p, b->key.k.p)) in bch2_btree_insert_keys_interior()
H A Dfsck.c1332 if (bpos_gt(k2.k->p, pos2.p) || in overlapping_extents_found()