Searched refs:bi_idx (Results 1 – 6 of 6) sorted by relevance
29 unsigned int bi_idx; /* current index into bvl_vec */ member45 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx])97 const struct bio_vec *cur = bv + iter->bi_idx; in bvec_iter_advance()107 iter->bi_idx++; in bvec_iter_advance()124 .bi_idx = 0, \
265 idx = iter.bi_idx - 1; in bio_get_last_bvec()267 idx = iter.bi_idx; in bio_get_last_bvec()
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
1310 return bio->bi_iter.bi_idx; in pblk_get_bi_idx()
69 __start.bi_idx = 0; \
2030 fbio->bi_iter.bi_idx = 0; in sync_request_write()