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.
52 wouldn't necessarily be the same size, the old code was tricky convoluted -
56 The new code is much more straightforward - have a look. This sort of
59 simplifies a lot of code.
61 * Before, any code that might need to use the biovec after the bio had been
82 occasionally in stacking block drivers and various code (e.g. md and
104 * bi_vcnt can't be trusted or relied upon by driver code - i.e. anything that