Searched refs:TotalDataCount (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifspdu.h1254 __le32 TotalDataCount; member in struct:smb_com_ntransact_req
1274 __le32 TotalDataCount; member in struct:smb_com_ntransact_rsp
1300 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_req
1324 __le32 TotalDataCount; member in struct:smb_com_transaction_compr_ioctl_req
1352 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_rsp
1374 __le32 TotalDataCount; member in struct:smb_com_transaction_qsec_req
1397 __le32 TotalDataCount; member in struct:smb_com_transaction_ssec_req
1419 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_req
1444 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_rsp
1535 __le16 TotalDataCount; member in struct:trans2_req
1561 __le16 TotalDataCount; member in struct:trans2_resp
1657 __le16 TotalDataCount; member in struct:smb_com_transaction2_qpi_req
1689 __le16 TotalDataCount; member in struct:smb_com_transaction2_spi_req
1729 __le16 TotalDataCount; member in struct:smb_com_transaction2_sfi_req
1792 __le16 TotalDataCount; member in struct:smb_com_transaction2_ffirst_req
1834 __le16 TotalDataCount; member in struct:smb_com_transaction2_fnext_req
1896 __le16 TotalDataCount; member in struct:smb_com_transaction2_qfsi_req
1945 __le16 TotalDataCount; member in struct:smb_com_transaction2_setfsi_req
1973 __le16 TotalDataCount; member in struct:smb_com_transaction2_setfs_enc_req
2005 __le16 TotalDataCount; member in struct:smb_com_transaction2_get_dfs_refer_req
[all...]
H A Dcifssmb.c718 pSMB->TotalDataCount = cpu_to_le16(sizeof(struct unlink_psx_rq));
930 pSMB->TotalDataCount = pSMB->DataCount;
2011 pSMB->TotalDataCount = pSMB->DataCount;
2278 pSMB->TotalDataCount = pSMB->DataCount;
2427 pSMB->TotalDataCount = pSMB->DataCount;
2512 pSMB->TotalDataCount = pSMB->DataCount;
2637 pSMB->TotalDataCount = 0;
2740 io_req->TotalDataCount = 0;
2818 pSMB->TotalDataCount = cpu_to_le32(2);
3064 pSMB->TotalDataCount
[all...]
H A Dsmb1ops.c263 total_data_size = get_unaligned_le16(&pSMBt->t2_rsp.TotalDataCount);
297 src_total_cnt = get_unaligned_le16(&pSMBs->t2_rsp.TotalDataCount);
298 tgt_total_cnt = get_unaligned_le16(&pSMBt->t2_rsp.TotalDataCount);

Completed in 172 milliseconds