Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dblk_types.h36 unsigned int bi_idx; /* current index into bvl_vec */ member
Dbio.h64 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx])
222 iter->bi_idx++; in bvec_iter_advance()
/linux-4.1.27/drivers/md/bcache/
Ddebug.c124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page); in bch_data_verify()