Lines Matching defs:arg
467 static long hmdfs_ioc_get_dst_path(struct file *filp, unsigned long arg);
470 unsigned long arg)
479 return hmdfs_ioc_get_dst_path(file, arg);
487 lower_file, cmd, arg);
496 unsigned long arg)
505 return hmdfs_ioc_get_dst_path(file, arg);
513 lower_file, cmd, arg);
589 static long hmdfs_ioc_get_writeopen_cnt(struct file *filp, unsigned long arg)
597 return put_user(wo_cnt, (int __user *)arg);
763 static long hmdfs_ioc_get_dst_path(struct file *filp, unsigned long arg)
776 ret = hmdfs_get_info_from_user(arg, &hdi, data);
807 static long hmdfs_file_ioctl_merge(struct file *filp, unsigned int cmd, unsigned long arg)
811 return hmdfs_ioc_get_writeopen_cnt(filp, arg);
813 return hmdfs_ioc_get_dst_path(filp, arg);