Home
last modified time | relevance | path

Searched defs:smb_com_lock_req (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/cifs/
Dcifspdu.h1110 typedef struct smb_com_lock_req { struct
1111 struct smb_hdr hdr; /* wct = 8 */
1112 __u8 AndXCommand;
1113 __u8 AndXReserved;
1114 __le16 AndXOffset;
1115 __u16 Fid;
1116 __u8 LockType;
1117 __u8 OplockLevel;
1118 __le32 Timeout;
1119 __le16 NumberOfUnlocks;
[all …]