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

/linux-master/fs/bcachefs/
H A Dbkey.h117 static __always_inline bool bpos_le(struct bpos l, struct bpos r) function
131 return bpos_le(r, l);
H A Dbtree_journal_iter.c435 (!btree_k.k || bpos_le(journal_k.k->p, btree_k.k->p))
622 bpos_le(i->k->k.p, end)))
H A Dbtree_iter.c2034 bpos_le(i->k->k.p, iter->pos) &&
2052 bpos_le(i->k->k.p, k->k ? k->k->p : end)) {
H A Dbtree_update_interior.c1567 bpos_le(bch2_keylist_front(keys)->k.p, b->data->max_key)) {

Completed in 293 milliseconds