Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Ddir.c188 *oplock = REQ_OPLOCK; in cifs_do_create()
Dsmb1ops.c1112 oplock = REQ_OPLOCK; in cifs_make_node()
Dcifssmb.c1191 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1192 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1307 if (*oplock & REQ_OPLOCK) in CIFS_open()
1308 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
Dcifspdu.h822 #define REQ_OPLOCK 0x00000002 macro
Dfile.c578 oplock = REQ_OPLOCK; in cifs_open()
749 oplock = REQ_OPLOCK; in cifs_reopen_file()
Dinode.c481 oplock = REQ_OPLOCK;
Dsmb2ops.c5416 oplock = REQ_OPLOCK; in smb2_make_node()