Home
last modified time | relevance | path

Searched refs:resilient (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/cifs/
Dconnect.c1516 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()
Dcifsglob.h499 bool resilient:1; /* noresilient not required since not fored for CA */ member