Home
last modified time | relevance | path

Searched refs:bpos_le (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbkey.h118 static __always_inline bool bpos_le(struct bpos l, struct bpos r) in bpos_le() function
132 return bpos_le(r, l); in bpos_ge()
Dbtree_journal_iter.c420 (!btree_k.k || bpos_le(journal_k.k->p, btree_k.k->p)) in bch2_btree_and_journal_iter_peek()
615 bpos_le(i->k->k.p, end))) in bch2_shoot_down_journal_keys()
Dbtree_iter.c2061 bpos_le(i->k->k.p, iter->pos) && in bch2_btree_trans_peek_prev_updates()
2079 bpos_le(i->k->k.p, k->k ? k->k->p : end)) { in bch2_btree_trans_peek_updates()
Dbtree_update_interior.c1572 bpos_le(bch2_keylist_front(keys)->k.p, b->data->max_key)) { in btree_split_insert_keys()