Lines Matching defs:hdi
627 struct hmdfs_dst_info *hdi, struct hmdfs_user_info *data)
634 if (copy_from_user(hdi, (struct hmdfs_dst_info __user *)pos,
638 ret = copy_string_from_user(hdi->local_path_pos, hdi->local_path_len,
643 ret = copy_string_from_user(hdi->distributed_path_pos,
644 hdi->distributed_path_len,
649 ret = copy_string_from_user(hdi->bundle_name_pos, hdi->bundle_name_len,
772 struct hmdfs_dst_info hdi;
781 ret = hmdfs_get_info_from_user(arg, &hdi, data);
799 ret = get_file_size(data->local_path, hdi.size);