Lines Matching defs:hdi
622 struct hmdfs_dst_info *hdi, struct hmdfs_user_info *data)
629 if (copy_from_user(hdi, (struct hmdfs_dst_info __user *)pos,
633 ret = copy_string_from_user(hdi->local_path_pos, hdi->local_path_len,
638 ret = copy_string_from_user(hdi->distributed_path_pos,
639 hdi->distributed_path_len,
644 ret = copy_string_from_user(hdi->bundle_name_pos, hdi->bundle_name_len,
767 struct hmdfs_dst_info hdi;
776 ret = hmdfs_get_info_from_user(arg, &hdi, data);
794 ret = get_file_size(data->local_path, hdi.size);