Lines Matching defs:bytes
894 * Return true if @bio is full and one segment with @len bytes can't be
1040 * Returns: number of bytes added to the bio, or 0 in case of a failure.
1127 * @len: How many bytes from the folio to add.
1390 void __bio_advance(struct bio *bio, unsigned bytes)
1393 bio_integrity_advance(bio, bytes);
1395 bio_crypt_advance(bio, bytes);
1396 bio_advance_iter(bio, &bio->bi_iter, bytes);
1406 unsigned int bytes = min(src_bv.bv_len, dst_bv.bv_len);
1410 memcpy(dst_buf, src_buf, bytes);
1415 bio_advance_iter_single(src, src_iter, bytes);
1416 bio_advance_iter_single(dst, dst_iter, bytes);
1427 * min(src->bi_size, dst->bi_size) bytes (or the equivalent for lists of bios).
1719 * @front_pad: Number of bytes to allocate in front of the returned bio
1725 * to ask for a number of bytes to be allocated in front of the bio.