Lines Matching refs:ct_res
1621 enum calc_target_result ct_res;
1627 ct_res = CALC_TARGET_POOL_DNE;
1652 ct_res = CALC_TARGET_POOL_DNE;
1723 ct_res = CALC_TARGET_NEED_RESEND;
1725 ct_res = CALC_TARGET_NO_ACTION;
1728 dout("%s t %p -> %d%d%d%d ct_res %d osd%d\n", __func__, t, unpaused,
1729 legacy_change, force_resend, split, ct_res, t->osd);
1730 return ct_res;
2402 enum calc_target_result ct_res;
2411 ct_res = calc_target(osdc, &req->r_t, false);
2412 if (ct_res == CALC_TARGET_POOL_DNE && !wrlocked)
2476 if (!err && ct_res == CALC_TARGET_POOL_DNE)
3925 enum calc_target_result ct_res;
3927 ct_res = calc_target(osdc, &lreq->t, true);
3928 if (ct_res == CALC_TARGET_NEED_RESEND) {
3938 return ct_res;
3958 enum calc_target_result ct_res;
3964 ct_res = recalc_linger_target(lreq);
3965 switch (ct_res) {
3994 enum calc_target_result ct_res;
3999 ct_res = calc_target(osdc, &req->r_t, false);
4000 switch (ct_res) {
4099 enum calc_target_result ct_res;
4110 ct_res = calc_target(osdc, &req->r_t, false);
4111 if (ct_res == CALC_TARGET_POOL_DNE) {