Searched refs:args32 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_dev.c | 910 struct vchiq_create_service32 args32; in vchiq_compat_ioctl_create_service() local 914 if (copy_from_user(&args32, ptrargs32, sizeof(args32))) in vchiq_compat_ioctl_create_service() 919 .fourcc = args32.params.fourcc, in vchiq_compat_ioctl_create_service() 920 .callback = compat_ptr(args32.params.callback), in vchiq_compat_ioctl_create_service() 921 .userdata = compat_ptr(args32.params.userdata), in vchiq_compat_ioctl_create_service() 922 .version = args32.params.version, in vchiq_compat_ioctl_create_service() 923 .version_min = args32.params.version_min, in vchiq_compat_ioctl_create_service() 925 .is_open = args32.is_open, in vchiq_compat_ioctl_create_service() 926 .is_vchi = args32 in vchiq_compat_ioctl_create_service() 962 struct vchiq_queue_message32 args32; vchiq_compat_ioctl_queue_message() local 1027 struct vchiq_queue_bulk_transfer32 args32; vchiq_compat_ioctl_queue_bulk() local 1064 struct vchiq_await_completion32 args32; vchiq_compat_ioctl_await_completion() local 1096 struct vchiq_dequeue_message32 args32; vchiq_compat_ioctl_dequeue_message() local 1125 struct vchiq_get_config32 args32; vchiq_compat_ioctl_get_config() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 1601 struct vchiq_create_service32 args32; in vchiq_compat_ioctl_create_service() local 1604 if (copy_from_user(&args32, ptrargs32, sizeof(args32))) in vchiq_compat_ioctl_create_service() 1609 .fourcc = args32.params.fourcc, in vchiq_compat_ioctl_create_service() 1610 .callback = compat_ptr(args32.params.callback), in vchiq_compat_ioctl_create_service() 1611 .userdata = compat_ptr(args32.params.userdata), in vchiq_compat_ioctl_create_service() 1612 .version = args32.params.version, in vchiq_compat_ioctl_create_service() 1613 .version_min = args32.params.version_min, in vchiq_compat_ioctl_create_service() 1615 .is_open = args32.is_open, in vchiq_compat_ioctl_create_service() 1616 .is_vchi = args32 in vchiq_compat_ioctl_create_service() 1652 struct vchiq_queue_message32 args32; vchiq_compat_ioctl_queue_message() local 1716 struct vchiq_queue_bulk_transfer32 args32; vchiq_compat_ioctl_queue_bulk() local 1753 struct vchiq_await_completion32 args32; vchiq_compat_ioctl_await_completion() local 1785 struct vchiq_dequeue_message32 args32; vchiq_compat_ioctl_dequeue_message() local 1814 struct vchiq_get_config32 args32; vchiq_compat_ioctl_get_config() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 4046 struct btrfs_ioctl_received_subvol_args_32 *args32 = NULL; in btrfs_ioctl_set_received_subvol_32() local 4050 args32 = memdup_user(arg, sizeof(*args32)); in btrfs_ioctl_set_received_subvol_32() 4051 if (IS_ERR(args32)) in btrfs_ioctl_set_received_subvol_32() 4052 return PTR_ERR(args32); in btrfs_ioctl_set_received_subvol_32() 4060 memcpy(args64->uuid, args32->uuid, BTRFS_UUID_SIZE); in btrfs_ioctl_set_received_subvol_32() 4061 args64->stransid = args32->stransid; in btrfs_ioctl_set_received_subvol_32() 4062 args64->rtransid = args32->rtransid; in btrfs_ioctl_set_received_subvol_32() 4063 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32() 4064 args64->stime.nsec = args32 in btrfs_ioctl_set_received_subvol_32() 4362 struct btrfs_ioctl_send_args_32 args32 = { 0 }; _btrfs_ioctl_send() local 4412 struct btrfs_ioctl_encoded_io_args_32 args32; btrfs_ioctl_encoded_read() local 4496 struct btrfs_ioctl_encoded_io_args_32 args32; btrfs_ioctl_encoded_write() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 4566 struct btrfs_ioctl_received_subvol_args_32 *args32 = NULL; in btrfs_ioctl_set_received_subvol_32() local 4570 args32 = memdup_user(arg, sizeof(*args32)); in btrfs_ioctl_set_received_subvol_32() 4571 if (IS_ERR(args32)) in btrfs_ioctl_set_received_subvol_32() 4572 return PTR_ERR(args32); in btrfs_ioctl_set_received_subvol_32() 4580 memcpy(args64->uuid, args32->uuid, BTRFS_UUID_SIZE); in btrfs_ioctl_set_received_subvol_32() 4581 args64->stransid = args32->stransid; in btrfs_ioctl_set_received_subvol_32() 4582 args64->rtransid = args32->rtransid; in btrfs_ioctl_set_received_subvol_32() 4583 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32() 4584 args64->stime.nsec = args32 in btrfs_ioctl_set_received_subvol_32() 4882 struct btrfs_ioctl_send_args_32 args32 = { 0 }; _btrfs_ioctl_send() local [all...] |
Completed in 14 milliseconds