Searched refs:other_bp (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | backpointers.c | 562 struct bkey_s_c_backpointer other_bp = bkey_s_c_to_backpointer(bp_k); in check_bp_exists() local 565 __bch2_backpointer_get_key(trans, other_bp, &other_extent_iter, 0, NULL, false); in check_bp_exists() 582 ret = drop_dev_and_update(trans, other_bp.v->btree_id, in check_bp_exists() 600 ret = drop_dev_and_update(trans, other_bp.v->btree_id, in check_bp_exists() 614 other_bp.v->btree_id, other_extent, in check_bp_exists() 625 other_bp.v->btree_id, other_extent, bp->k.p.inode); in check_bp_exists()
|