Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcifspdu.h1294 typedef struct smb_com_transaction_ioctl_req { struct
1295 struct smb_hdr hdr; /* wct = 23 */
1296 __u8 MaxSetupCount;
1297 __u16 Reserved;
1298 __le32 TotalParameterCount;
1299 __le32 TotalDataCount;
1300 __le32 MaxParameterCount;
1301 __le32 MaxDataCount;
1302 __le32 ParameterCount;
1303 __le32 ParameterOffset;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h1342 typedef struct smb_com_transaction_ioctl_req { struct
1343 struct smb_hdr hdr; /* wct = 23 */
1344 __u8 MaxSetupCount;
1345 __u16 Reserved;
1346 __le32 TotalParameterCount;
1347 __le32 TotalDataCount;
1348 __le32 MaxParameterCount;
1349 __le32 MaxDataCount;
1350 __le32 ParameterCount;
1351 __le32 ParameterOffset;
[all …]