Lines Matching full:restarted
1013 trans->restarted = 0; in bch2_btree_path_traverse_all()
1159 int ret = -((int) trans->restarted); in bch2_btree_path_traverse_one()
1234 if (bch2_err_matches(ret, BCH_ERR_transaction_restart) != !!trans->restarted) in bch2_btree_path_traverse_one()
1235 panic("ret %s (%i) trans->restarted %s (%i)\n", in bch2_btree_path_traverse_one()
1237 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one()
1416 if (path->should_be_locked && !trans->restarted) { in bch2_path_put()
1445 panic("trans->restart_count %u, should be %u, last restarted by %pS\n", in bch2_trans_restart_error()
1455 panic("in transaction restart: %s, last restarted by\n%s", in bch2_trans_in_restart_error()
1456 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error()
1459 panic("in transaction restart: %s, last restarted by %pS\n", in bch2_trans_in_restart_error()
1460 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error()
1467 if (trans->restarted) in bch2_trans_unlocked_or_in_restart_error()
1884 if (!iter->path || trans->restarted) in bch2_set_btree_iter_dontneed()
3257 * If the transaction wasn't restarted, we're presuming to be in bch2_trans_begin()
3261 if (!trans->restarted && path->btree_id != BTREE_ID_subvolumes) in bch2_trans_begin()
3266 * was restarted, but currently we still overflow transaction in bch2_trans_begin()
3282 if (!trans->restarted && in bch2_trans_begin()
3298 if (trans->restarted) { in bch2_trans_begin()
3307 if (trans->restarted) { in bch2_trans_begin()
3445 if (trans->restarted) in bch2_trans_put()