Lines Matching refs:ct_res
1541 enum calc_target_result ct_res;
1547 ct_res = CALC_TARGET_POOL_DNE;
1572 ct_res = CALC_TARGET_POOL_DNE;
1643 ct_res = CALC_TARGET_NEED_RESEND;
1645 ct_res = CALC_TARGET_NO_ACTION;
1648 dout("%s t %p -> %d%d%d%d ct_res %d osd%d\n", __func__, t, unpaused,
1649 legacy_change, force_resend, split, ct_res, t->osd);
1650 return ct_res;
2321 enum calc_target_result ct_res;
2330 ct_res = calc_target(osdc, &req->r_t, false);
2331 if (ct_res == CALC_TARGET_POOL_DNE && !wrlocked)
2391 if (!err && ct_res == CALC_TARGET_POOL_DNE)
3837 enum calc_target_result ct_res;
3839 ct_res = calc_target(osdc, &lreq->t, true);
3840 if (ct_res == CALC_TARGET_NEED_RESEND) {
3850 return ct_res;
3870 enum calc_target_result ct_res;
3876 ct_res = recalc_linger_target(lreq);
3877 switch (ct_res) {
3906 enum calc_target_result ct_res;
3911 ct_res = calc_target(osdc, &req->r_t, false);
3912 switch (ct_res) {
4009 enum calc_target_result ct_res;
4020 ct_res = calc_target(osdc, &req->r_t, false);
4021 if (ct_res == CALC_TARGET_POOL_DNE) {