Lines Matching refs:wanted
14 size_t wanted = n; \
37 n = wanted - n; \
41 size_t wanted = n; \
60 n = wanted; \
154 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
166 wanted = bytes; in copy_page_to_iter_iovec()
228 i->count -= wanted - bytes; in copy_page_to_iter_iovec()
232 return wanted - bytes; in copy_page_to_iter_iovec()
238 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
250 wanted = bytes; in copy_page_from_iter_iovec()
312 i->count -= wanted - bytes; in copy_page_from_iter_iovec()
316 return wanted - bytes; in copy_page_from_iter_iovec()
851 size_t wanted = copy_to_iter(kaddr + offset, bytes, i); in copy_page_to_iter() local
853 return wanted; in copy_page_to_iter()
872 size_t wanted = _copy_from_iter(kaddr + offset, bytes, i); in copy_page_from_iter() local
874 return wanted; in copy_page_from_iter()