Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddir.c195 *oplock = REQ_OPLOCK;
Dsmb1ops.c1138 oplock = REQ_OPLOCK; in cifs_make_node()
Dcifssmb.c1069 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1070 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1185 if (*oplock & REQ_OPLOCK) in CIFS_open()
1186 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
Dcifspdu.h823 #define REQ_OPLOCK 0x00000002 macro
Dfile.c754 oplock = REQ_OPLOCK; in cifs_open()
936 oplock = REQ_OPLOCK; in cifs_reopen_file()
Dinode.c547 oplock = REQ_OPLOCK; in cifs_sfu_type()
Dsmb2ops.c5107 oplock = REQ_OPLOCK; in smb2_make_node()