Searched refs:compat_mop (Results 1 – 1 of 1) sorted by relevance
1311 struct compat_crypt_fd_map_op compat_mop; in compat_kcop_map_fd_from_user() local1313 if (unlikely(copy_from_user(&compat_mop, arg, sizeof(compat_mop)))) in compat_kcop_map_fd_from_user()1316 compat_to_crypt_fd_map_op(&compat_mop, &kcop->mop); in compat_kcop_map_fd_from_user()1324 struct compat_crypt_fd_map_op compat_mop; in compat_kcop_map_fd_to_user() local1326 crypt_fd_map_op_to_compat(&kcop->mop, &compat_mop); in compat_kcop_map_fd_to_user()1327 if (unlikely(copy_to_user(arg, &compat_mop, sizeof(compat_mop)))) { in compat_kcop_map_fd_to_user()