Searched defs:smb_com_lock_req (Results 1 – 1 of 1) sorted by relevance
1076 typedef struct smb_com_lock_req { struct1077 struct smb_hdr hdr; /* wct = 8 */1078 __u8 AndXCommand;1079 __u8 AndXReserved;1080 __le16 AndXOffset;1081 __u16 Fid;1082 __u8 LockType;1083 __u8 OplockLevel;1084 __le32 Timeout;1085 __le16 NumberOfUnlocks;[all …]