Lines Matching refs:retry
428 cifs_dbg(FYI, "%s: will retry %d target(s)\n", __func__,
487 /* mark submitted MIDs for retry and issue callback */
523 * feature is disabled, then we will retry last server we
625 /* retry will check if exiting */
638 /* retry will check if exiting */
1444 /* vol->retry default is 0 (i.e. "soft" limited retry not hard retry) */
1548 vol->retry = 1;
1551 vol->retry = 0;
1650 vol->retry = 0;
1653 vol->retry = 1;
3400 * We can have only one retry value for a connection to a share so for
3402 * value passed in for the retry flag is used.
3404 tcon->retry = volume_info->retry;
5117 vol_info->retry = master_tcon->retry;
5223 * it failed and either return an error or retry construction, depending on