Searched defs:smb_com_lock_req (Results 1 – 1 of 1) sorted by relevance
992 typedef struct smb_com_lock_req { struct993 struct smb_hdr hdr; /* wct = 8 */994 __u8 AndXCommand;995 __u8 AndXReserved;996 __le16 AndXOffset;997 __u16 Fid;998 __u8 LockType;999 __u8 OplockLevel;1000 __le32 Timeout;1001 __le16 NumberOfUnlocks;[all …]