Lines Matching refs:wanted
10 size_t wanted = n; \
33 n = wanted - n; \
37 size_t wanted = n; \
56 n = wanted; \
60 size_t wanted = n; \
81 n = wanted; \
141 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
152 wanted = bytes; in copy_page_to_iter_iovec()
212 i->count -= wanted - bytes; in copy_page_to_iter_iovec()
216 return wanted - bytes; in copy_page_to_iter_iovec()
222 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
233 wanted = bytes; in copy_page_from_iter_iovec()
293 i->count -= wanted - bytes; in copy_page_from_iter_iovec()
297 return wanted - bytes; in copy_page_from_iter_iovec()
454 size_t wanted = copy_to_iter(kaddr + offset, bytes, i); in copy_page_to_iter() local
456 return wanted; in copy_page_to_iter()
467 size_t wanted = copy_from_iter(kaddr + offset, bytes, i); in copy_page_from_iter() local
469 return wanted; in copy_page_from_iter()