Home
last modified time | relevance | path

Searched refs:ext_kekls (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_3590.c202 struct tape390_kekl_pair *ext_kekls) in tape_3592_kekl_query()
229 int_to_ext_kekl_pair(&int_kekls->kekls, ext_kekls); in tape_3592_kekl_query()
246 struct tape390_kekl_pair *ext_kekls; in tape_3592_ioctl_kekl_query() local
253 ext_kekls = kmalloc(sizeof(*ext_kekls), GFP_KERNEL); in tape_3592_ioctl_kekl_query()
254 if (!ext_kekls) in tape_3592_ioctl_kekl_query()
256 rc = tape_3592_kekl_query(device, ext_kekls); in tape_3592_ioctl_kekl_query()
259 if (copy_to_user((char __user *) arg, ext_kekls, sizeof(*ext_kekls))) { in tape_3592_ioctl_kekl_query()
265 kfree(ext_kekls); in tape_3592_ioctl_kekl_query()
201 tape_3592_kekl_query(struct tape_device *device, struct tape390_kekl_pair *ext_kekls) tape_3592_kekl_query() argument
274 tape_3592_kekl_set(struct tape_device *device, struct tape390_kekl_pair *ext_kekls) tape_3592_kekl_set() argument
309 struct tape390_kekl_pair *ext_kekls; tape_3592_ioctl_kekl_set() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_3590.c202 struct tape390_kekl_pair *ext_kekls) in tape_3592_kekl_query()
229 int_to_ext_kekl_pair(&int_kekls->kekls, ext_kekls); in tape_3592_kekl_query()
246 struct tape390_kekl_pair *ext_kekls; in tape_3592_ioctl_kekl_query() local
253 ext_kekls = kmalloc(sizeof(*ext_kekls), GFP_KERNEL); in tape_3592_ioctl_kekl_query()
254 if (!ext_kekls) in tape_3592_ioctl_kekl_query()
256 rc = tape_3592_kekl_query(device, ext_kekls); in tape_3592_ioctl_kekl_query()
259 if (copy_to_user((char __user *) arg, ext_kekls, sizeof(*ext_kekls))) { in tape_3592_ioctl_kekl_query()
265 kfree(ext_kekls); in tape_3592_ioctl_kekl_query()
201 tape_3592_kekl_query(struct tape_device *device, struct tape390_kekl_pair *ext_kekls) tape_3592_kekl_query() argument
274 tape_3592_kekl_set(struct tape_device *device, struct tape390_kekl_pair *ext_kekls) tape_3592_kekl_set() argument
309 struct tape390_kekl_pair *ext_kekls; tape_3592_ioctl_kekl_set() local
[all...]

Completed in 4 milliseconds