Lines Matching refs:code
11 More specifically, old code that needed to partially complete a bio would
24 normal code doesn't have to deal with bi_bvec_done.
26 * Driver code should no longer refer to biovecs directly; we now have
32 instead of an integer (that corresponded to bi_idx); for a lot of code the
41 a pointer to a biovec, not a bio; this is used by the bio integrity code.
54 wouldn't necessarily be the same size, the old code was tricky convoluted -
58 The new code is much more straightforward - have a look. This sort of
61 simplifies a lot of code.
63 * Before, any code that might need to use the biovec after the bio had been
84 occasionally in stacking block drivers and various code (e.g. md and
106 * bi_vcnt can't be trusted or relied upon by driver code - i.e. anything that
127 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers