Searched refs:bch2_backpointer_get_key (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | backpointers.h | 179 struct bkey_s_c bch2_backpointer_get_key(struct btree_trans *, struct bkey_s_c_backpointer,
|
H A D | migrate.c | 214 struct bkey_s_c k = bch2_backpointer_get_key(trans, bp, &iter, BTREE_ITER_intent, in data_drop_bp()
|
H A D | backpointers.c | 373 struct bkey_s_c bch2_backpointer_get_key(struct btree_trans *trans, in bch2_backpointer_get_key() function 1248 struct bkey_s_c k = bch2_backpointer_get_key(trans, bp, &iter, 0, last_flushed); in check_one_backpointer()
|
H A D | move.c | 942 k = bch2_backpointer_get_key(trans, bp, &iter, 0, &last_flushed); in __bch2_move_data_phys()
|
H A D | ec.c | 1136 k = bch2_backpointer_get_key(trans, bp, &iter, BTREE_ITER_intent, last_flushed); in ec_stripe_update_extent()
|
H A D | alloc_background.c | 2087 bch2_backpointer_get_key(trans, bp, &extent_iter, 0, last_flushed); in invalidate_one_bp()
|