Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/cifs/
H A Dintroduction.rst28 high performance safe distributed caching (leases/oplocks), optional packet
H A Dusage.rst660 support oplocks and the user is sure that the only updates to
860 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default.
/linux-6.15/fs/smb/client/
H A Ddir.c195 if (tcon->ses->server->oplocks)
H A Dsmb2ops.c47 server->oplocks = false; in change_conf()
51 server->oplocks = false; in change_conf()
57 server->oplocks = true; in change_conf()
60 server->oplocks = false; in change_conf()
123 server->oplocks) { in smb2_add_credits()
5106 __u32 oplock = server->oplocks ? REQ_OPLOCK : 0; in __cifs_sfu_make_node()
H A Dsmb1ops.c127 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
H A Dcifsglob.h757 bool oplocks:1; /* enable oplocks */ member
H A Dfile.c1017 if (server->oplocks) in cifs_open()
1200 if (tcon->ses->server->oplocks) in cifs_reopen_file()
H A Dinode.c569 if (tcon->ses->server->oplocks) in cifs_sfu_type()
H A Dsmb2pdu.c3061 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()