Searched refs:kvalue (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/virtio/ |
| H A D | virtio_kctl.c | 112 struct virtio_snd_ctl_value *kvalue; in virtsnd_kctl_get() local 114 size_t response_size = sizeof(struct virtio_snd_hdr) + sizeof(*kvalue); in virtsnd_kctl_get() 132 kvalue = (void *)((u8 *)virtsnd_ctl_msg_response(msg) + in virtsnd_kctl_get() 140 le32_to_cpu(kvalue->value.integer[i]); in virtsnd_kctl_get() 145 le64_to_cpu(kvalue->value.integer64[i]); in virtsnd_kctl_get() 150 le32_to_cpu(kvalue->value.enumerated[i]); in virtsnd_kctl_get() 153 memcpy(uvalue->value.bytes.data, kvalue->value.bytes, count); in virtsnd_kctl_get() 156 memcpy(&uvalue->value.iec958, &kvalue->value.iec958, in virtsnd_kctl_get() 185 struct virtio_snd_ctl_value *kvalue; in virtsnd_kctl_put() local 186 size_t request_size = sizeof(*hdr) + sizeof(*kvalue); in virtsnd_kctl_put() [all …]
|
| /linux/io_uring/ |
| H A D | xattr.c | 31 kvfree(ix->ctx.kvalue); in io_xattr_cleanup() 50 ix->ctx.kvalue = NULL; in __io_getxattr_prep() 132 ix->ctx.kvalue = NULL; in __io_setxattr_prep()
|
| /linux/fs/ |
| H A D | posix_acl.c | 1264 const char *acl_name, const void *kvalue, size_t size) in do_set_acl() argument 1274 acl = posix_acl_from_xattr(current_user_ns(), kvalue, size); in do_set_acl() 1285 const char *acl_name, void *kvalue, size_t size) in do_get_acl() argument 1295 acl, kvalue, size); in do_get_acl()
|