Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Duio.h127 bool _copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i);
155 return _copy_from_iter_full(addr, bytes, i); in copy_from_iter_full()
/Linux-v5.10/lib/
Diov_iter.c783 bool _copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_full() function
808 EXPORT_SYMBOL(_copy_from_iter_full);