Searched refs:bkey_gt (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | extent_update.c | 134 if (bkey_gt(bkey_start_pos(&insert->k), bkey_start_pos(k.k))) in bch2_extent_atomic_end()
|
| H A D | bkey.h | 165 static __always_inline bool bkey_gt(struct bpos l, struct bpos r) in bkey_gt() function 188 return bkey_gt(l, r) ? l : r; in bkey_max()
|
| H A D | btree_update.c | 196 unsigned back_split = bkey_gt(old.k->p, new.k->p); in bch2_trans_update_extent_overwrite() 315 while (bkey_gt(insert->k.p, bkey_start_pos(k.k))) { in bch2_trans_update_extent() 608 if (bkey_gt(k.k->p, end)) { in bch2_bkey_get_empty_slot()
|
| H A D | reflink.c | 96 bkey_fsck_err_on(bkey_gt(k.k->p, POS(0, REFLINK_P_IDX_MAX)), in bch2_reflink_v_validate() 735 BUG_ON(bkey_gt(dst_iter.pos, dst_end)); in bch2_remap_range()
|
| H A D | extents.h | 720 int cmp2 = bkey_gt(bkey_start_pos(k), bkey_start_pos(m)); in bch2_extent_overlap()
|
| H A D | subvolume.c | 217 bkey_gt(k.k->p, SUBVOL_POS_MAX), in bch2_subvolume_validate()
|
| H A D | snapshot.c | 40 bkey_fsck_err_on(bkey_gt(k.k->p, POS(0, U32_MAX)) || in bch2_snapshot_tree_validate() 236 bkey_fsck_err_on(bkey_gt(k.k->p, POS(0, U32_MAX)) || in bch2_snapshot_validate()
|
| H A D | btree_iter.c | 274 bkey_gt(iter->pos, iter->k.p))); in bch2_btree_iter_verify_entry_exit() 2371 ? bkey_gt(k.k->p, end) in bch2_btree_iter_peek_max() 2442 bkey_gt(iter_pos, end))) in bch2_btree_iter_peek_max() 2694 bkey_gt(k.k->p, iter->pos)); in bch2_btree_iter_peek_prev_min()
|
| H A D | btree_iter.h | 704 if (bkey_gt(iter->pos, end)) in bch2_btree_iter_peek_max_type()
|
| H A D | move.c | 805 if (!k.k || bkey_gt(k.k->p, bp_end)) in __bch2_move_data_phys()
|
| H A D | extents.c | 1558 EBUG_ON(bkey_gt(where, k.k->p)); in bch2_cut_front_s()
|
| H A D | ec.c | 1947 if (bkey_gt(k.k->p, POS(0, U32_MAX))) { in __bch2_ec_stripe_head_reserve()
|