Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Duserfaultfd.c1581 struct uffdio_copy __user *user_uffdio_copy; in userfaultfd_copy() local
1585 user_uffdio_copy = (struct uffdio_copy __user *) arg; in userfaultfd_copy()
1589 if (unlikely(put_user(ret, &user_uffdio_copy->copy))) in userfaultfd_copy()
1595 if (copy_from_user(&uffdio_copy, user_uffdio_copy, in userfaultfd_copy()
1620 if (unlikely(put_user(ret, &user_uffdio_copy->copy))) in userfaultfd_copy()