Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duio.h96 bool _copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i);
124 return _copy_from_iter_full(addr, bytes, i); in copy_from_iter_full()
/Linux-v4.19/lib/
Diov_iter.c712 bool _copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_full() function
737 EXPORT_SYMBOL(_copy_from_iter_full);