Searched refs:bpos_ge (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | keylist.c | 48 bpos_ge(k->k.p, bkey_next(k)->k.p)); in bch2_verify_keylist_sorted()
|
| H A D | bkey.h | 123 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge() function
|
| H A D | btree_gc.c | 266 if (bpos_ge(prev->data->min_key, cur->data->min_key)) { /* fully? */ in btree_check_node_boundaries() 277 if (bpos_ge(expected_start, cur->data->max_key)) { /* fully? */ in btree_check_node_boundaries()
|
| H A D | btree_journal_iter.c | 774 bpos_ge(i->k->k.p, start) && in bch2_shoot_down_journal_keys()
|
| H A D | extents.c | 270 bkey_fsck_err_on(bpos_ge(bp.v->min_key, bp.k->p), in bch2_btree_ptr_v2_validate()
|
| H A D | btree_iter.c | 2074 bpos_ge(i->k->k.p, k->k ? k->k->p : end)) { in bch2_btree_trans_peek_prev_updates() 2090 bpos_ge(i->k->k.p, path->pos) && in bch2_btree_trans_peek_updates()
|
| H A D | btree_io.c | 94 BUG_ON(bpos_ge(l.p, bkey_start_pos(&r))); in verify_no_dups()
|
| H A D | fsck.c | 1643 if (bpos_ge(k2.k->p, pos2.p)) in overlapping_extents_found()
|