Searched refs:copybytes (Results 1 – 1 of 1) sorted by relevance
225 unsigned i, tocopy, copybytes; in SYSCALL_DEFINE2() local242 copybytes = tocopy * sizeof(struct __user_cap_data_struct); in SYSCALL_DEFINE2()243 if (copybytes > sizeof(kdata)) in SYSCALL_DEFINE2()246 if (copy_from_user(&kdata, data, copybytes)) in SYSCALL_DEFINE2()