Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h487 bool nodfs:1; /* Do not request DFS, even if available */ member
Dconnect.c1388 vol->nodfs = 1; in cifs_parse_mount_options()
2686 if (volume_info->nodfs) { in cifs_get_tcon()
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME526 nodfs Disable DFS (global name space support) even if the
DCHANGES120 Fix bug in rewinding readdir directory searches. Add nodfs mount option.