Lines Matching refs:__user
35 copy_to_user((typeof(a) __user *)b, &(a), sizeof(a))
42 struct ocfs2_info_request __user *req) in o2info_set_request_error()
45 (void)put_user(kreq->ir_flags, (__u32 __user *)&(req->ir_flags)); in o2info_set_request_error()
146 struct ocfs2_info_request __user *req) in ocfs2_info_handle_blocksize()
164 struct ocfs2_info_request __user *req) in ocfs2_info_handle_clustersize()
183 struct ocfs2_info_request __user *req) in ocfs2_info_handle_maxslots()
202 struct ocfs2_info_request __user *req) in ocfs2_info_handle_label()
221 struct ocfs2_info_request __user *req) in ocfs2_info_handle_uuid()
240 struct ocfs2_info_request __user *req) in ocfs2_info_handle_fs_features()
261 struct ocfs2_info_request __user *req) in ocfs2_info_handle_journal_size()
328 struct ocfs2_info_request __user *req) in ocfs2_info_handle_freeinode()
618 struct ocfs2_info_request __user *req) in ocfs2_info_handle_freefrag()
691 struct ocfs2_info_request __user *req) in ocfs2_info_handle_unknown()
714 struct ocfs2_info_request __user *req) in ocfs2_info_handle_request()
776 u64 __user *bp = NULL; in ocfs2_get_request_ptr()
784 bp = (u64 __user *)(unsigned long)compat_ptr(info->oi_requests); in ocfs2_get_request_ptr()
789 bp = (u64 __user *)(unsigned long)(info->oi_requests); in ocfs2_get_request_ptr()
815 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle()
829 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle()
853 const char __user *old_path; in ocfs2_ioctl()
854 const char __user *new_path; in ocfs2_ioctl()
857 void __user *argp = (void __user *)arg; in ocfs2_ioctl()
866 return put_user(flags, (int __user *) arg); in ocfs2_ioctl()
868 if (get_user(flags, (int __user *) arg)) in ocfs2_ioctl()
882 if (copy_from_user(&sr, (int __user *) arg, sizeof(sr))) in ocfs2_ioctl()
890 if (get_user(new_clusters, (int __user *)arg)) in ocfs2_ioctl()
904 if (copy_from_user(&input, (int __user *) arg, sizeof(input))) in ocfs2_ioctl()
916 old_path = (const char __user *)(unsigned long)args.old_path; in ocfs2_ioctl()
917 new_path = (const char __user *)(unsigned long)args.new_path; in ocfs2_ioctl()
967 void __user *argp = (void __user *)arg; in ocfs2_compat_ioctl()