Searched refs:REQ_OPLOCK (Results 1 – 6 of 6) sorted by relevance
196 *oplock = REQ_OPLOCK;
1071 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()1072 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()1187 if (*oplock & REQ_OPLOCK) in CIFS_open()1188 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
1007 oplock = REQ_OPLOCK; in cifs_open()1190 oplock = REQ_OPLOCK; in cifs_reopen_file()
823 #define REQ_OPLOCK 0x00000002 macro
570 oplock = REQ_OPLOCK; in cifs_sfu_type()
5120 __u32 oplock = server->oplocks ? REQ_OPLOCK : 0; in __cifs_sfu_make_node()