Home
last modified time | relevance | path

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

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