Searched refs:resilient (Results 1 – 2 of 2) sorted by relevance
1516 if ((vol->nopersistent) || (vol->resilient)) { in cifs_parse_mount_options()1523 vol->resilient = true; in cifs_parse_mount_options()1531 vol->resilient = false; /* already the default */ in cifs_parse_mount_options()2717 } else if (volume_info->resilient) { in cifs_get_tcon()
499 bool resilient:1; /* noresilient not required since not fored for CA */ member