Home
last modified time | relevance | path

Searched refs:bpos_ge (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dkeylist.c48 bpos_ge(k->k.p, bkey_next(k)->k.p)); in bch2_verify_keylist_sorted()
H A Dbkey.h123 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge() function
H A Dbtree_gc.c266 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 Dbtree_journal_iter.c774 bpos_ge(i->k->k.p, start) && in bch2_shoot_down_journal_keys()
H A Dextents.c270 bkey_fsck_err_on(bpos_ge(bp.v->min_key, bp.k->p), in bch2_btree_ptr_v2_validate()
H A Dbtree_iter.c2074 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 Dbtree_io.c94 BUG_ON(bpos_ge(l.p, bkey_start_pos(&r))); in verify_no_dups()
H A Dfsck.c1643 if (bpos_ge(k2.k->p, pos2.p)) in overlapping_extents_found()