Lines Matching defs:bytes
118 * @len: number of bytes of integrity metadata in page
219 unsigned int bytes, offset, i;
273 bytes = PAGE_SIZE - offset;
275 if (bytes > len)
276 bytes = len;
279 bytes, offset) < bytes) {
284 buf += bytes;
285 len -= bytes;
361 * @bytes_done: number of data bytes that have been completed
363 * Description: This function calculates how many integrity bytes the
364 * number of completed data bytes correspond to and advances the
371 unsigned bytes = bio_integrity_bytes(bi, bytes_done >> 9);
374 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, bytes);