Lines Matching defs:arg
472 static long hmdfs_ioc_get_dst_path(struct file *filp, unsigned long arg);
475 unsigned long arg)
484 return hmdfs_ioc_get_dst_path(file, arg);
492 lower_file, cmd, arg);
501 unsigned long arg)
510 return hmdfs_ioc_get_dst_path(file, arg);
518 lower_file, cmd, arg);
594 static long hmdfs_ioc_get_writeopen_cnt(struct file *filp, unsigned long arg)
602 return put_user(wo_cnt, (int __user *)arg);
768 static long hmdfs_ioc_get_dst_path(struct file *filp, unsigned long arg)
781 ret = hmdfs_get_info_from_user(arg, &hdi, data);
812 static long hmdfs_file_ioctl_merge(struct file *filp, unsigned int cmd, unsigned long arg)
816 return hmdfs_ioc_get_writeopen_cnt(filp, arg);
818 return hmdfs_ioc_get_dst_path(filp, arg);