Lines Matching refs:__s32
105 static int fs_mount_pending(__s32 fsid) in fs_mount_pending()
163 __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; in orangefs_devreq_read()
164 static __s32 magic = ORANGEFS_DEVREQ_MAGIC; in orangefs_devreq_read()
193 __s32 fsid; in orangefs_devreq_read()
281 ret = copy_to_user(buf, &proto_ver, sizeof(__s32)); in orangefs_devreq_read()
284 ret = copy_to_user(buf + sizeof(__s32), &magic, sizeof(__s32)); in orangefs_devreq_read()
287 ret = copy_to_user(buf + 2 * sizeof(__s32), in orangefs_devreq_read()
292 ret = copy_to_user(buf + 2 * sizeof(__s32) + sizeof(__u64), in orangefs_devreq_read()
593 static __s32 magic = ORANGEFS_DEVREQ_MAGIC; in dispatch_ioctl_command()
594 static __s32 max_up_size = MAX_DEV_REQ_UPSIZE; in dispatch_ioctl_command()
595 static __s32 max_down_size = MAX_DEV_REQ_DOWNSIZE; in dispatch_ioctl_command()
605 return ((put_user(magic, (__s32 __user *) arg) == -EFAULT) ? in dispatch_ioctl_command()
610 (__s32 __user *) arg) == -EFAULT) ? in dispatch_ioctl_command()
615 (__s32 __user *) arg) == -EFAULT) ? in dispatch_ioctl_command()
717 __s32 total_size;
718 __s32 size;
719 __s32 count;