Searched refs:resilient (Results 1 – 2 of 2) sorted by relevance
1754 if ((vol->nopersistent) || (vol->resilient)) { in cifs_parse_mount_options()1761 vol->resilient = true; in cifs_parse_mount_options()1769 vol->resilient = false; /* already the default */ in cifs_parse_mount_options()3249 } else if (volume_info->resilient) { in cifs_get_tcon()4609 vol_info->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
555 bool resilient:1; /* noresilient not required since not fored for CA */ member