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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h1094 __le32 TotalDataCount; member in struct:smb_com_ntransact_req
1114 __le32 TotalDataCount; member in struct:smb_com_ntransact_rsp
1132 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_req
1155 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_rsp
1177 __le32 TotalDataCount; member in struct:smb_com_transaction_qsec_req
1199 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_req
1224 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_rsp
1296 __le16 TotalDataCount; member in struct:trans2_req
1322 __le16 TotalDataCount; member in struct:trans2_resp
1417 __le16 TotalDataCount; member in struct:smb_com_transaction2_qpi_req
1449 __le16 TotalDataCount; member in struct:smb_com_transaction2_spi_req
1489 __le16 TotalDataCount; member in struct:smb_com_transaction2_sfi_req
1553 __le16 TotalDataCount; member in struct:smb_com_transaction2_ffirst_req
1595 __le16 TotalDataCount; member in struct:smb_com_transaction2_fnext_req
1651 __le16 TotalDataCount; member in struct:smb_com_transaction2_qfsi_req
1696 __le16 TotalDataCount; member in struct:smb_com_transaction2_setfsi_req
1730 __le16 TotalDataCount; member in struct:smb_com_transaction2_get_dfs_refer_req
[all...]
H A Dcifssmb.c972 pSMB->TotalDataCount = pSMB->DataCount;
1694 pSMB->TotalDataCount = pSMB->DataCount;
1931 pSMB->TotalDataCount = pSMB->DataCount;
2088 pSMB->TotalDataCount = pSMB->DataCount;
2179 pSMB->TotalDataCount = pSMB->DataCount;
2306 pSMB->TotalDataCount = 0;
2392 pSMB->TotalDataCount = 0;
2396 pSMB->DataCount = pSMB->TotalDataCount;
2472 pSMB->TotalDataCount = 0;
2723 pSMB->TotalDataCount
[all...]
H A Dconnect.c242 total_data_size = le16_to_cpu(pSMBt->t2_rsp.TotalDataCount);
277 total_data_size = le16_to_cpu(pSMBt->t2_rsp.TotalDataCount);
279 if(total_data_size != le16_to_cpu(pSMB2->t2_rsp.TotalDataCount)) {

Completed in 88 milliseconds