Lines Matching refs:wanted
16 size_t wanted = n; \
39 n = wanted - n; \
43 size_t wanted = n; \
62 n = wanted; \
159 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
171 wanted = bytes; in copy_page_to_iter_iovec()
233 i->count -= wanted - bytes; in copy_page_to_iter_iovec()
237 return wanted - bytes; in copy_page_to_iter_iovec()
243 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
255 wanted = bytes; in copy_page_from_iter_iovec()
317 i->count -= wanted - bytes; in copy_page_from_iter_iovec()
321 return wanted - bytes; in copy_page_from_iter_iovec()
894 size_t wanted = copy_to_iter(kaddr + offset, bytes, i); in copy_page_to_iter() local
896 return wanted; in copy_page_to_iter()
917 size_t wanted = _copy_from_iter(kaddr + offset, bytes, i); in copy_page_from_iter() local
919 return wanted; in copy_page_from_iter()