Home
last modified time | relevance | path

Searched refs:diag304 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/hypfs/
H A Dhypfs_sprp.c69 struct hypfs_diag304 *diag304; in __hypfs_sprp_ioctl() local
77 diag304 = kzalloc_obj(*diag304); in __hypfs_sprp_ioctl()
78 if (!data || !diag304) in __hypfs_sprp_ioctl()
82 if (copy_from_user(diag304, user_area, sizeof(*diag304))) in __hypfs_sprp_ioctl()
85 if ((diag304->args[0] >> 8) != 0 || diag304->args[1] > DIAG304_CMD_MAX) in __hypfs_sprp_ioctl()
89 udata = (void __user *)(unsigned long) diag304->data; in __hypfs_sprp_ioctl()
90 if (diag304->args[1] == DIAG304_SET_WEIGHTS || in __hypfs_sprp_ioctl()
91 diag304->args[1] == DIAG304_SET_CAPPING) in __hypfs_sprp_ioctl()
95 cmd = *(unsigned long *) &diag304->args[0]; in __hypfs_sprp_ioctl()
96 diag304->rc = hypfs_sprp_diag304(data, cmd); in __hypfs_sprp_ioctl()
[all …]