Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddir.c196 *oplock = REQ_OPLOCK;
H A Dcifssmb.c1077 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1078 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1193 if (*oplock & REQ_OPLOCK) in CIFS_open()
1194 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
H A Dfile.c1013 oplock = REQ_OPLOCK; in cifs_open()
1196 oplock = REQ_OPLOCK; in cifs_reopen_file()
H A Dinode.c570 oplock = REQ_OPLOCK; in cifs_sfu_type()
H A Dsmb2ops.c5100 __u32 oplock = server->oplocks ? REQ_OPLOCK : 0; in __cifs_sfu_make_node()