Lines Matching refs:wanted
176 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
188 wanted = bytes; in copy_page_to_iter_iovec()
250 i->count -= wanted - bytes; in copy_page_to_iter_iovec()
254 return wanted - bytes; in copy_page_to_iter_iovec()
260 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
272 wanted = bytes; in copy_page_from_iter_iovec()
334 i->count -= wanted - bytes; in copy_page_from_iter_iovec()
338 return wanted - bytes; in copy_page_from_iter_iovec()
855 size_t wanted = _copy_to_iter(kaddr + offset, bytes, i); in __copy_page_to_iter() local
857 return wanted; in __copy_page_to_iter()
905 size_t wanted = _copy_from_iter(kaddr + offset, bytes, i); in copy_page_from_iter() local
907 return wanted; in copy_page_from_iter()