Searched refs:bi_idx (Results 1 – 4 of 4) sorted by relevance
12 update bi_sector and bi_size, and advance bi_idx to the next biovec. If it18 bi_size and bi_idx have been moved there; and instead of modifying bv_offset32 instead of an integer (that corresponded to bi_idx); for a lot of code the53 it had to walk two different bios at the same time, keeping both bi_idx and87 norm, not all drivers would respect bi_idx and those would break. Now,95 * Almost all usage of bi_idx is now incorrect and has been removed; instead,96 where previously you would have used bi_idx you'd now use a bvec_iter,99 I.e. instead of using bio_iovec_idx() (or bio->bi_iovec[bio->bi_idx]), you
36 unsigned int bi_idx; /* current index into bvl_vec */ member
64 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx])222 iter->bi_idx++; in bvec_iter_advance()
124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page); in bch_data_verify()