Searched refs:copy_to_user_nofault (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/mm/ |
D | maccess.c | 248 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() function 264 EXPORT_SYMBOL_GPL(copy_to_user_nofault);
|
/Linux-v5.15/include/linux/ |
D | uaccess.h | 361 long notrace copy_to_user_nofault(void __user *dst, const void *src,
|
/Linux-v5.15/kernel/trace/ |
D | bpf_trace.c | 340 return copy_to_user_nofault(unsafe_ptr, src, size); in BPF_CALL_3()
|
/Linux-v5.15/fs/btrfs/ |
D | ioctl.c | 2163 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) { in copy_to_sk()
|
D | extent_io.c | 6720 if (copy_to_user_nofault(dst, kaddr + offset, cur)) { in read_extent_buffer_to_user_nofault()
|