Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c1461 vol->nostrictsync = 1; in cifs_parse_mount_options()
1464 vol->nostrictsync = 0; in cifs_parse_mount_options()
3263 if (pvolume_info->nostrictsync) in cifs_setup_cifs_sb()
Dcifsglob.h485 bool nostrictsync:1; /* do not force expensive SMBflush on every sync */ member