Home
last modified time | relevance | path

Searched refs:copy_to_user_errcode (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
A Dchardev.c282 return copy_to_user_errcode(&user_arg->uuid, &c->sb.user_uuid, in bch2_ioctl_query_uuid()
469 return copy_to_user_errcode(buf, &e, sizeof(e)) ?: sizeof(e); in bch2_data_job_read()
520 copy_to_user_errcode(&user_arg->replicas, replicas.data, replicas.nr); in bch2_ioctl_fs_usage()
541 ret = copy_to_user_errcode(user_arg, &arg, sizeof(arg)); in bch2_ioctl_fs_usage()
560 copy_to_user_errcode(&user_arg->accounting, accounting.data, accounting.nr); in bch2_ioctl_query_accounting()
569 ret = copy_to_user_errcode(user_arg, &arg, sizeof(arg)); in bch2_ioctl_query_accounting()
614 return copy_to_user_errcode(user_arg, &arg, sizeof(arg)); in bch2_ioctl_dev_usage()
648 ret = copy_to_user_errcode(user_arg, &arg, sizeof(arg)); in bch2_ioctl_dev_usage_v2()
659 ret = copy_to_user_errcode(&user_arg->d[i], &t, sizeof(t)); in bch2_ioctl_dev_usage_v2()
700 ret = copy_to_user_errcode((void __user *)(unsigned long)arg.sb, sb, in bch2_ioctl_read_super()
A Dutil.h663 static inline int copy_to_user_errcode(void __user *to, const void *from, unsigned long n) in copy_to_user_errcode() function

Completed in 653 milliseconds