Home
last modified time | relevance | path

Searched refs:bch2_btree_path_peek_slot_exact (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_update.c370 bch2_btree_path_peek_slot_exact(btree_path, &k); in flush_new_cached_update()
440 i->old_v = bch2_btree_path_peek_slot_exact(path, &i->old_k).v; in bch2_trans_update_by_path()
Dbtree_write_buffer.c155 struct bkey_s_c k = bch2_btree_path_peek_slot_exact(btree_iter_path(trans, iter), &u); in wb_flush_one()
Dbtree_iter.h261 static inline struct bkey_s_c bch2_btree_path_peek_slot_exact(struct btree_path *path, struct bkey … in bch2_btree_path_peek_slot_exact() function
Ddisk_accounting.c706 struct bkey_s_c k = bch2_btree_path_peek_slot_exact(btree_iter_path(trans, &iter), &u); in bch2_accounting_read()
Dbtree_trans_commit.c49 struct bkey_s_c k = bch2_btree_path_peek_slot_exact(trans->paths + i->path, &u); in verify_update_old_key()