Lines Matching refs:size_t
252 const size_t *split_sizes,
269 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf,
270 size_t buflen, off_t skip, bool to_buffer);
272 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents,
273 const void *buf, size_t buflen);
274 size_t sg_copy_to_buffer(struct scatterlist *sgl, unsigned int nents,
275 void *buf, size_t buflen);
277 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
278 const void *buf, size_t buflen, off_t skip);
279 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
280 void *buf, size_t buflen, off_t skip);
366 size_t length; /* length of the mapped area */
367 size_t consumed; /* number of consumed bytes */