Home
last modified time | relevance | path

Searched refs:nobrl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/cifs/
Dcifsglob.h475 bool nobrl:1; /* disable sending byte range locks to srv */ member
Dconnect.c1386 vol->nobrl = 0; in cifs_parse_mount_options()
1389 vol->nobrl = 1; in cifs_parse_mount_options()
3213 if (pvolume_info->nobrl) in cifs_setup_cifs_sb()
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME499 nobrl Do not send byte range lock requests to the server.