Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Ddir.c245 *oplock = REQ_OPLOCK; in cifs_do_create()
713 oplock = REQ_OPLOCK; in cifs_mknod()
Dcifssmb.c1241 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1242 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1360 if (*oplock & REQ_OPLOCK) in CIFS_open()
1361 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
Dfile.c534 oplock = REQ_OPLOCK; in cifs_open()
697 oplock = REQ_OPLOCK; in cifs_reopen_file()
Dcifspdu.h867 #define REQ_OPLOCK 0x00000002 macro
Dinode.c480 oplock = REQ_OPLOCK;