Home
last modified time | relevance | path

Searched refs:bi_idx (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/block/
Dbiovecs.txt12 update bi_sector and bi_size, and advance bi_idx to the next biovec. If it
18 bi_size and bi_idx have been moved there; and instead of modifying bv_offset
32 instead of an integer (that corresponded to bi_idx); for a lot of code the
53 it had to walk two different bios at the same time, keeping both bi_idx and
87 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
/linux-4.4.14/include/linux/
Dbio.h64 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx])
211 iter->bi_idx++; in bvec_iter_advance()
331 idx = iter.bi_idx - 1; in bio_get_last_bvec()
333 idx = iter.bi_idx; in bio_get_last_bvec()
Dblk_types.h36 unsigned int bi_idx; /* current index into bvl_vec */ member
/linux-4.4.14/block/
Dbounce.c131 int start = bio_orig->bi_iter.bi_idx; in bounce_end_io()
/linux-4.4.14/drivers/md/bcache/
Ddebug.c124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page); in bch_data_verify()
/linux-4.4.14/drivers/md/
Draid10.c1950 fbio->bi_iter.bi_idx = 0; in sync_request_write()