Lines Matching refs:bios
49 * Before, iterating over bios was very awkward when you weren't processing
53 it had to walk two different bios at the same time, keeping both bi_idx and
66 * Biovecs can be shared between multiple bios - a bvec iter can represent an
69 bios. Note that this means we _only_ use bi_size to determine when we've
73 * Splitting bios is now much simpler. The old bio_split() didn't even work on
74 bios with more than a single bvec! Now, we can efficiently split arbitrary
75 size bios - because the new bio can share the old bio's biovec.
79 bio_chain() when splitting bios helps with this.
81 * Submitting partially completed bios is now perfectly fine - this comes up
89 audited to make sure they are - submitting partially completed bios is
113 * The current interface allows the block layer to split bios as needed, so we
115 that creates bios can then create whatever size bios are convenient, and