Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/admin-guide/cifs/
Dintroduction.rst28 high performance safe distributed caching (leases/oplocks), optional packet
Dusage.rst660 support oplocks and the user is sure that the only updates to
869 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default.
/Linux-v5.15/fs/cifs/
Dsmb1ops.c124 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
1103 if (tcon->ses->server->oplocks) in cifs_make_node()
Ddir.c186 if (tcon->ses->server->oplocks) in cifs_do_create()
Dsmb2ops.c40 server->oplocks = false; in change_conf()
44 server->oplocks = false; in change_conf()
50 server->oplocks = true; in change_conf()
53 server->oplocks = false; in change_conf()
98 server->oplocks) { in smb2_add_credits()
5311 if (tcon->ses->server->oplocks) in smb2_make_node()
Dcifsglob.h612 bool oplocks:1; /* enable oplocks */ member
Dfile.c579 if (server->oplocks) in cifs_open()
743 if (tcon->ses->server->oplocks) in cifs_reopen_file()
Dinode.c476 if (tcon->ses->server->oplocks)
Dsmb2pdu.c2771 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()