Searched refs:oplocks (Results 1 – 8 of 8) sorted by relevance
42 server->oplocks = false; in change_conf()47 server->oplocks = false; in change_conf()54 server->oplocks = true; in change_conf()57 server->oplocks = false; in change_conf()81 server->oplocks) { in smb2_add_credits()
211 if (tcon->ses->server->oplocks) in cifs_do_create()661 if (tcon->ses->server->oplocks) in cifs_mknod()
571 bool oplocks:1; /* enable oplocks */ member
132 server->oplocks = val > 1 ? enable_oplocks : false; in cifs_set_credits()
481 if (server->oplocks) in cifs_open()644 if (tcon->ses->server->oplocks) in cifs_reopen_file()
470 if (tcon->ses->server->oplocks)
1191 if (!server->oplocks) in SMB2_open()
568 support oplocks and the user is sure that the only updates to751 1. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default.