Lines Matching refs:wanted
20 size_t wanted = n; \
43 n = wanted - n; \
47 size_t wanted = n; \
66 n = wanted; \
167 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
179 wanted = bytes; in copy_page_to_iter_iovec()
241 i->count -= wanted - bytes; in copy_page_to_iter_iovec()
245 return wanted - bytes; in copy_page_to_iter_iovec()
251 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
263 wanted = bytes; in copy_page_from_iter_iovec()
325 i->count -= wanted - bytes; in copy_page_from_iter_iovec()
329 return wanted - bytes; in copy_page_from_iter_iovec()
920 size_t wanted = copy_to_iter(kaddr + offset, bytes, i); in copy_page_to_iter() local
922 return wanted; in copy_page_to_iter()
943 size_t wanted = _copy_from_iter(kaddr + offset, bytes, i); in copy_page_from_iter() local
945 return wanted; in copy_page_from_iter()