Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/cifs/
Dcifs.txt19 high performance safe distributed caching (leases/oplocks), optional packet
DREADME567 support oplocks and the user is sure that the only updates to
741 1. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default.
/Linux-v4.19/fs/cifs/
Ddir.c244 if (tcon->ses->server->oplocks) in cifs_do_create()
713 if (tcon->ses->server->oplocks) in cifs_mknod()
Dsmb2ops.c47 server->oplocks = false; in change_conf()
52 server->oplocks = false; in change_conf()
59 server->oplocks = true; in change_conf()
62 server->oplocks = false; in change_conf()
90 server->oplocks) { in smb2_add_credits()
Dsmb1ops.c135 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
Dcifsglob.h639 bool oplocks:1; /* enable oplocks */ member
Dfile.c495 if (server->oplocks) in cifs_open()
658 if (tcon->ses->server->oplocks) in cifs_reopen_file()
Dinode.c477 if (tcon->ses->server->oplocks)
Dsmb2pdu.c2175 if (!server->oplocks) in SMB2_open_init()