Home
last modified time | relevance | path

Searched refs:oplocks (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/fs/cifs/
Dsmb2ops.c42 server->oplocks = false; in change_conf()
47 server->oplocks = false; in change_conf()
54 server->oplocks = true; in change_conf()
57 server->oplocks = false; in change_conf()
81 server->oplocks) { in smb2_add_credits()
Ddir.c211 if (tcon->ses->server->oplocks) in cifs_do_create()
661 if (tcon->ses->server->oplocks) in cifs_mknod()
Dcifsglob.h571 bool oplocks:1; /* enable oplocks */ member
Dsmb1ops.c132 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
Dfile.c481 if (server->oplocks) in cifs_open()
644 if (tcon->ses->server->oplocks) in cifs_reopen_file()
Dinode.c470 if (tcon->ses->server->oplocks)
Dsmb2pdu.c1191 if (!server->oplocks) in SMB2_open()
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME568 support oplocks and the user is sure that the only updates to
751 1. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default.