Searched refs:bkey_eq (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | backpointers.h | 81 EBUG_ON(!bkey_eq(bucket, bp_pos_to_bucket(ca, ret))); in bucket_pos_to_bp()
|
| H A D | btree_iter.c | 92 !bkey_eq(pos, POS_MAX)) in btree_iter_search_key() 132 !bkey_eq(ck->key.pos, path->pos)); in bch2_btree_path_verify_cached() 272 !(iter->flags & BTREE_ITER_is_extents) ? !bkey_eq(iter->pos, iter->k.p) : in bch2_btree_iter_verify_entry_exit() 308 if (bkey_eq(prev.k->p, k.k->p) && in bch2_btree_iter_verify_ret() 349 if (bkey_eq(pos, path->pos)) in bch2_assert_pos_locked() 1845 !bkey_eq(path->pos, ck->key.pos)); in bch2_btree_path_peek_slot() 2043 : bkey_eq(pos, SPOS_MAX)); in bch2_btree_iter_advance() 2056 : bkey_eq(pos, POS_MIN)); in bch2_btree_iter_rewind() 2338 EBUG_ON((iter->flags & BTREE_ITER_filter_snapshots) && bkey_eq(end, POS_MAX)); in bch2_btree_iter_peek_max() 2376 !bkey_eq(trans->paths[iter->update_path].pos, k.k->p)) { in bch2_btree_iter_peek_max() [all …]
|
| H A D | btree_update.c | 109 if (!bkey_eq(k.k->p, pos)) in need_whiteout_for_snapshot() 145 bkey_eq(old_pos, old_k.k->p)) { in __bch2_insert_snapshot_whiteouts() 305 if (bkey_eq(k.k->p, bkey_start_pos(&insert->k))) { in bch2_trans_update_extent()
|
| H A D | str_hash.c | 210 if (bkey_eq(k.k->p, hash_k.k->p)) in __bch2_str_hash_check_key()
|
| H A D | btree_update.h | 92 bkey_eq(old_pos, new_pos)) in bch2_insert_snapshot_whiteouts()
|
| H A D | bkey_methods.c | 239 bkey_fsck_err_on(bkey_eq(k.k->p, POS_MAX), in __bch2_bkey_validate()
|
| H A D | bkey.h | 145 static __always_inline bool bkey_eq(struct bpos l, struct bpos r) in bkey_eq() function
|
| H A D | reflink.c | 734 BUG_ON(!ret && !bkey_eq(dst_iter.pos, dst_end)); in bch2_remap_range()
|
| H A D | alloc_background.c | 560 if (have_bucket_gens_key && !bkey_eq(g.k.p, pos)) { in bch2_bucket_gens_init() 1881 if (!bkey_eq(*discard_pos_done, iter.pos)) { in bch2_discard_one_bucket()
|
| H A D | extents.c | 310 !bkey_eq(bp.v->min_key, POS_MIN)) in bch2_btree_ptr_v2_compat()
|
| H A D | io_write.c | 1662 BUG_ON(bkey_eq(op->pos, POS_MAX)); in CLOSURE_CALLBACK()
|
| H A D | snapshot.c | 1682 if (!bkey_eq(pos, k.k->p)) in __bch2_key_has_snapshot_overwrites()
|
| H A D | ec.c | 121 bkey_fsck_err_on(bkey_eq(k.k->p, POS_MIN) || in bch2_stripe_validate()
|
| H A D | fsck.c | 702 if (!bkey_eq(s->pos, pos)) in snapshots_seen_update()
|