Searched refs:bi_flags (Results 1 – 11 of 11) sorted by relevance
/drivers/md/ |
D | dm-bio-record.h | 24 unsigned long bi_flags; member 33 bd->bi_flags = bio->bi_flags; in dm_bio_record() 42 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
|
D | raid10.c | 254 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid10_end_read_request() 295 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid10_end_write_request() 1226 if (test_bit(BIO_UPTODATE, &bio->bi_flags)) in end_sync_read() 1251 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_sync_write() 1309 if (test_bit(BIO_UPTODATE, &r10_bio->devs[i].bio->bi_flags)) in sync_request_write() 1329 if (test_bit(BIO_UPTODATE, &r10_bio->devs[i].bio->bi_flags)) { in sync_request_write() 1354 tbio->bi_flags &= ~(BIO_POOL_MASK - 1); in sync_request_write() 1355 tbio->bi_flags |= 1 << BIO_UPTODATE; in sync_request_write() 1916 clear_bit(BIO_UPTODATE, &bio->bi_flags); in sync_request() 1947 bio->bi_flags &= ~(BIO_POOL_MASK - 1); in sync_request() [all …]
|
D | raid1.c | 261 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_read_request() 306 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_write_request() 1202 if (test_bit(BIO_UPTODATE, &bio->bi_flags)) in end_sync_read() 1211 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_sync_write() 1276 test_bit(BIO_UPTODATE, &r1_bio->bios[primary]->bi_flags)) { in sync_request_write() 1289 if (test_bit(BIO_UPTODATE, &sbio->bi_flags)) { in sync_request_write() 1304 && test_bit(BIO_UPTODATE, &sbio->bi_flags))) { in sync_request_write() 1314 sbio->bi_flags &= ~(BIO_POOL_MASK - 1); in sync_request_write() 1315 sbio->bi_flags |= 1 << BIO_UPTODATE; in sync_request_write() 1795 bio->bi_flags |= 1 << BIO_UPTODATE; in sync_request() [all …]
|
D | raid5.c | 434 bi->bi_flags = 1 << BIO_UPTODATE; in ops_run_io() 1072 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_end_read_request() 1154 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_end_write_request() 1850 clear_bit(BIO_UPTODATE, &bi->bi_flags); in handle_failed_stripe() 1865 clear_bit(BIO_UPTODATE, &bi->bi_flags); in handle_failed_stripe() 1889 clear_bit(BIO_UPTODATE, &bi->bi_flags); in handle_failed_stripe() 3209 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_align_endio() 3297 align_bi->bi_flags &= ~(1 << BIO_SEG_VALID); in chunk_aligned_read() 3498 clear_bit(BIO_UPTODATE, &bi->bi_flags); in make_request()
|
D | multipath.c | 82 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in multipath_end_request()
|
D | dm.c | 710 clone->bi_flags |= 1 << BIO_CLONED; in split_bvec() 731 clone->bi_flags &= ~(1 << BIO_SEG_VALID); in clone_bio()
|
D | md.c | 422 if (error || !test_bit(BIO_UPTODATE, &bio->bi_flags)) { in super_written() 424 error, test_bit(BIO_UPTODATE, &bio->bi_flags)); in super_written() 425 WARN_ON(test_bit(BIO_UPTODATE, &bio->bi_flags)); in super_written() 440 if (!test_bit(BIO_UPTODATE, &bio->bi_flags) && in super_written_barrier() 540 ret = test_bit(BIO_UPTODATE, &bio->bi_flags); in sync_page_io()
|
/drivers/s390/block/ |
D | xpram.c | 220 set_bit(BIO_UPTODATE, &bio->bi_flags); in xpram_make_request()
|
/drivers/block/ |
D | pktcdvd.c | 1253 pkt->bio->bi_flags = 1 << BIO_UPTODATE; in pkt_start_recovery() 1519 if (test_bit(BIO_UPTODATE, &pkt->w_bio->bi_flags)) { in pkt_run_state_machine() 1536 uptodate = test_bit(BIO_UPTODATE, &pkt->w_bio->bi_flags); in pkt_run_state_machine()
|
D | umem.c | 476 clear_bit(BIO_UPTODATE, &bio->bi_flags); in process_page()
|
/drivers/scsi/ |
D | scsi_lib.c | 303 bio->bi_flags &= ~(1 << BIO_SEG_VALID); in scsi_merge_bio()
|