Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifspdu.h1087 typedef struct smb_com_lock_req { struct
1088 struct smb_hdr hdr; /* wct = 8 */
1089 __u8 AndXCommand;
1090 __u8 AndXReserved;
1091 __le16 AndXOffset;
1092 __u16 Fid;
1093 __u8 LockType;
1094 __u8 OplockLevel;
1095 __le32 Timeout;
1096 __le16 NumberOfUnlocks;
[all …]