Home
last modified time | relevance | path

Searched refs:oplocks (Results 1 – 5 of 5) 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 Dcifsglob.h725 bool oplocks:1; /* enable oplocks */ member
H A Dfile.c1114 if (server->oplocks) in cifs_open()
1297 if (tcon->ses->server->oplocks) in cifs_reopen_file()
H A Dsmb2pdu.c3182 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()