• Home
  • Raw
  • Download

Lines Matching refs:ret_data_len

584 	unsigned int ret_data_len = 0;  in SMB3_request_interfaces()  local
593 CIFSMaxBufSize, (char **)&out_buf, &ret_data_len); in SMB3_request_interfaces()
597 ret_data_len = 0; in SMB3_request_interfaces()
603 rc = parse_server_interfaces(out_buf, ret_data_len, in SMB3_request_interfaces()
1477 unsigned int ret_data_len; in SMB2_request_res_key() local
1482 CIFSMaxBufSize, (char **)&res_key, &ret_data_len); in SMB2_request_res_key()
1488 if (ret_data_len < sizeof(struct resume_key_req)) { in SMB2_request_res_key()
1748 unsigned int ret_data_len; in smb2_copychunk_range() local
1798 CIFSMaxBufSize, (char **)&retbuf, &ret_data_len); in smb2_copychunk_range()
1800 if (ret_data_len != in smb2_copychunk_range()
1838 if (ret_data_len != sizeof(struct copychunk_ioctl_rsp)) in smb2_copychunk_range()
2004 unsigned int ret_data_len; in smb2_duplicate_extents() local
2043 &ret_data_len); in smb2_duplicate_extents()
2045 if (ret_data_len > 0) in smb2_duplicate_extents()
2065 unsigned int ret_data_len; in smb3_set_integrity() local
2077 &ret_data_len); in smb3_set_integrity()
2095 unsigned int ret_data_len = 0; in smb3_enum_snapshots() local
2108 if (get_user(ret_data_len, (unsigned int __user *)ioc_buf)) in smb3_enum_snapshots()
2118 if (ret_data_len == 0) in smb3_enum_snapshots()
2128 &ret_data_len); in smb3_enum_snapshots()
2130 rc, ret_data_len); in smb3_enum_snapshots()
2134 if (ret_data_len && (ioc_buf != NULL) && (retbuf != NULL)) { in smb3_enum_snapshots()
2152 ret_data_len = sizeof(struct smb_snapshot_array); in smb3_enum_snapshots()
2159 if (ret_data_len > (snapshot_in.snapshot_array_size + in smb3_enum_snapshots()
2161 ret_data_len = snapshot_in.snapshot_array_size + in smb3_enum_snapshots()
2164 if (copy_to_user(ioc_buf, retbuf, ret_data_len)) in smb3_enum_snapshots()