Searched defs:smb_com_lock_req (Results 1 – 2 of 2) sorted by relevance
1125 typedef struct smb_com_lock_req { struct1126 struct smb_hdr hdr; /* wct = 8 */1127 __u8 AndXCommand;1128 __u8 AndXReserved;1129 __le16 AndXOffset;1130 __u16 Fid;1131 __u8 LockType;1132 __u8 OplockLevel;1133 __le32 Timeout;1134 __le16 NumberOfUnlocks;[all …]
1120 typedef struct smb_com_lock_req { struct1121 struct smb_hdr hdr; /* wct = 8 */1122 __u8 AndXCommand;1123 __u8 AndXReserved;1124 __le16 AndXOffset;1125 __u16 Fid;1126 __u8 LockType;1127 __u8 OplockLevel;1128 __le32 Timeout;1129 __le16 NumberOfUnlocks;[all …]