Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/ !
Ddir.c186 *oplock = REQ_OPLOCK;
Dsmb1ops.c1129 oplock = REQ_OPLOCK; in cifs_make_node()
Dcifssmb.c1098 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1099 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1214 if (*oplock & REQ_OPLOCK) in CIFS_open()
1215 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
Dcifspdu.h823 #define REQ_OPLOCK 0x00000002 macro
Dfile.c627 oplock = REQ_OPLOCK; in cifs_open()
809 oplock = REQ_OPLOCK; in cifs_reopen_file()
Dinode.c521 oplock = REQ_OPLOCK;
Dsmb2ops.c5147 oplock = REQ_OPLOCK; in smb2_make_node()