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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifspdu.h1239 __le32 TotalDataCount; member in struct:smb_com_ntransact_req
1259 __le32 TotalDataCount; member in struct:smb_com_ntransact_rsp
1277 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_req
1300 __le32 TotalDataCount; member in struct:smb_com_transaction_ioctl_rsp
1322 __le32 TotalDataCount; member in struct:smb_com_transaction_qsec_req
1345 __le32 TotalDataCount; member in struct:smb_com_transaction_ssec_req
1367 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_req
1392 __le32 TotalDataCount; member in struct:smb_com_transaction_change_notify_rsp
1464 __le16 TotalDataCount; member in struct:trans2_req
1490 __le16 TotalDataCount; member in struct:trans2_resp
1585 __le16 TotalDataCount; member in struct:smb_com_transaction2_qpi_req
1617 __le16 TotalDataCount; member in struct:smb_com_transaction2_spi_req
1657 __le16 TotalDataCount; member in struct:smb_com_transaction2_sfi_req
1721 __le16 TotalDataCount; member in struct:smb_com_transaction2_ffirst_req
1763 __le16 TotalDataCount; member in struct:smb_com_transaction2_fnext_req
1825 __le16 TotalDataCount; member in struct:smb_com_transaction2_qfsi_req
1870 __le16 TotalDataCount; member in struct:smb_com_transaction2_setfsi_req
1904 __le16 TotalDataCount; member in struct:smb_com_transaction2_get_dfs_refer_req
[all...]
H A Dcifssmb.c801 pSMB->TotalDataCount = cpu_to_le16(sizeof(struct unlink_psx_rq));
1013 pSMB->TotalDataCount = pSMB->DataCount;
1765 pSMB->TotalDataCount = pSMB->DataCount;
2035 pSMB->TotalDataCount = pSMB->DataCount;
2191 pSMB->TotalDataCount = pSMB->DataCount;
2278 pSMB->TotalDataCount = pSMB->DataCount;
2405 pSMB->TotalDataCount = 0;
2487 pSMB->TotalDataCount = 0;
2491 pSMB->DataCount = pSMB->TotalDataCount;
2571 pSMB->TotalDataCount
[all...]
H A Dconnect.c236 total_data_size = le16_to_cpu(pSMBt->t2_rsp.TotalDataCount);
271 total_data_size = le16_to_cpu(pSMBt->t2_rsp.TotalDataCount);
273 if (total_data_size != le16_to_cpu(pSMB2->t2_rsp.TotalDataCount)) {

Completed in 120 milliseconds