Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c1741 if ((vol->nopersistent) || (vol->resilient)) { in cifs_parse_mount_options()
1748 vol->resilient = true; in cifs_parse_mount_options()
1756 vol->resilient = false; /* already the default */ in cifs_parse_mount_options()
3369 } else if (volume_info->resilient) { in cifs_get_tcon()
5120 vol_info->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
H A Dcifsglob.h596 bool resilient:1; /* noresilient not required since not fored for CA */ member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst213 If 'writeback' is selected the journal device has to be resilient
/OK3568_Linux_fs/external/xserver/
H A DChangeLog125273 EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.