Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst28 high performance safe distributed caching (leases/oplocks), optional packet
H A Dusage.rst662 support oplocks and the user is sure that the only updates to
862 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default.
/linux/fs/smb/client/
H A Ddir.c199 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()
5214 __u32 oplock = server->oplocks ? REQ_OPLOCK : 0; in __cifs_sfu_make_node()
H A Dsmb1ops.c285 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
H A Dcifsglob.h727 bool oplocks:1; /* enable oplocks */ member
H A Dfile.c1088 if (server->oplocks) in cifs_open()
1271 if (tcon->ses->server->oplocks) in cifs_reopen_file()
H A Dinode.c571 if (tcon->ses->server->oplocks) in cifs_sfu_type()
H A Dsmb2pdu.c3144 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()