Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst28 high performance safe distributed caching (leases/oplocks), optional packet
/linux/fs/smb/client/
H A Ddir.c198 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()
5129 __u32 oplock = server->oplocks ? REQ_OPLOCK : 0; in __cifs_sfu_make_node()
H A Dsmb1ops.c128 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
H A Dcifsglob.h761 bool oplocks:1; /* enable oplocks */ member
H A Dfile.c1025 if (server->oplocks) in cifs_open()
1208 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.c1496 /* enough to enable echos and oplocks and one max size write */ in SMB2_sess_alloc_buffer()
3080 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()