Searched refs:REQ_OPLOCK (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c182 oplock = REQ_OPLOCK;
H A Dfile.c246 oplock = REQ_OPLOCK;
403 oplock = REQ_OPLOCK;
H A Dcifssmb.c1099 if (*pOplock & REQ_OPLOCK)
1100 pSMB->OpenFlags = cpu_to_le16(REQ_OPLOCK);
1210 if (*pOplock & REQ_OPLOCK)
1211 pSMB->OpenFlags = cpu_to_le32(REQ_OPLOCK);
H A Dcifspdu.h712 #define REQ_OPLOCK 0x00000002 macro

Completed in 177 milliseconds