Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_update.c370 bch2_btree_path_peek_slot_exact(btree_path, &k); in flush_new_cached_update()
441 i->old_v = bch2_btree_path_peek_slot_exact(path, &i->old_k).v; in bch2_trans_update_by_path()
H A Dbtree_write_buffer.c153 struct bkey_s_c k = bch2_btree_path_peek_slot_exact(btree_iter_path(trans, iter), &u); in wb_flush_one()
H A Dbtree_iter.h263 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
H A Ddisk_accounting.c717 struct bkey_s_c k = bch2_btree_path_peek_slot_exact(btree_iter_path(trans, &iter), &u); in bch2_accounting_read()
H A 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()