Home
last modified time | relevance | path

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

/drivers/md/
Ddm-bio-record.h23 unsigned short bi_idx; member
32 bd->bi_idx = bio->bi_idx; in dm_bio_record()
41 bio->bi_idx = bd->bi_idx; in dm_bio_restore()
Ddm-crypt.c333 ctx->idx_in = bio_in ? bio_in->bi_idx : 0; in crypt_convert_init()
334 ctx->idx_out = bio_out ? bio_out->bi_idx : 0; in crypt_convert_init()
663 clone->bi_idx = 0; in kcryptd_io_read()
Ddm-raid1.c453 .mem.ptr.bvec = bio->bi_io_vec + bio->bi_idx, in read_async_bio()
566 .mem.ptr.bvec = bio->bi_io_vec + bio->bi_idx, in do_write()
Draid0.c419 bio->bi_idx != 0) in raid0_make_request()
Ddm.c728 clone->bi_idx = idx; in clone_bio()
861 ci.idx = bio->bi_idx; in __split_bio()
Draid10.c816 bio->bi_idx != 0) in make_request()
1352 tbio->bi_idx = 0; in sync_request_write()
1951 bio->bi_idx = 0; in sync_request()
Draid1.c1312 sbio->bi_idx = 0; in sync_request_write()
1798 bio->bi_idx = 0; in sync_request()
Draid5.c437 bi->bi_idx = 0; in ops_run_io()
/drivers/block/aoe/
Daoeblk.c193 buf->bv = &bio->bi_io_vec[bio->bi_idx]; in aoeblk_make_request()
/drivers/block/
Dumem.c368 card->current_idx = card->bio->bi_idx; in add_bio()
467 page->idx = page->bio->bi_idx; in process_page()
Dpktcdvd.c1254 pkt->bio->bi_idx = 0; in pkt_start_recovery()
1409 int segment = bio->bi_idx; in pkt_start_write()
Dfloppy.c3844 bio.bi_idx = 0; in __floppy_read_block_0()