Home
last modified time | relevance | path

Searched refs:REQ_OPLOCK (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/cifs/
Ddir.c187 *oplock = REQ_OPLOCK; in cifs_do_create()
Dsmb1ops.c1104 oplock = REQ_OPLOCK; in cifs_make_node()
Dcifssmb.c1136 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1137 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1252 if (*oplock & REQ_OPLOCK) in CIFS_open()
1253 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
Dcifspdu.h834 #define REQ_OPLOCK 0x00000002 macro
Dfile.c580 oplock = REQ_OPLOCK; in cifs_open()
744 oplock = REQ_OPLOCK; in cifs_reopen_file()
Dinode.c477 oplock = REQ_OPLOCK;
Dsmb2ops.c5312 oplock = REQ_OPLOCK; in smb2_make_node()