Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddir.c244 *oplock = REQ_OPLOCK; in cifs_do_create()
H A Dsmb1ops.c1105 oplock = REQ_OPLOCK; in cifs_make_node()
H A Dcifssmb.c1249 if (*pOplock & REQ_OPLOCK) in SMBLegacyOpen()
1250 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK); in SMBLegacyOpen()
1365 if (*oplock & REQ_OPLOCK) in CIFS_open()
1366 req->OpenFlags = cpu_to_le32(REQ_OPLOCK); in CIFS_open()
H A Dcifspdu.h872 #define REQ_OPLOCK 0x00000002 macro
H A Dfile.c561 oplock = REQ_OPLOCK; in cifs_open()
724 oplock = REQ_OPLOCK; in cifs_reopen_file()
H A Dinode.c489 oplock = REQ_OPLOCK;
H A Dsmb2ops.c5082 oplock = REQ_OPLOCK; in smb2_make_node()