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

/linux-master/fs/
H A Duserfaultfd.c1691 struct uffdio_copy __user *user_uffdio_copy; local
1695 user_uffdio_copy = (struct uffdio_copy __user *) arg;
1702 if (copy_from_user(&uffdio_copy, user_uffdio_copy,
1727 if (unlikely(put_user(ret, &user_uffdio_copy->copy)))

Completed in 119 milliseconds