| /linux/drivers/md/ |
| H A D | raid5-ppl.c | 895 if (!sync_page_io(rdev, sector, block_size, page2, in ppl_recover_entry() 916 if (!sync_page_io(log->rdev, in ppl_recover_entry() 942 if (!sync_page_io(parity_rdev, parity_sector, block_size, in ppl_recover_entry() 994 if (!sync_page_io(rdev, sector - rdev->data_offset, in ppl_recover() 1057 if (!sync_page_io(rdev, rdev->ppl.sector - rdev->data_offset, in ppl_write_empty_header() 1094 if (!sync_page_io(rdev, in ppl_load_distributed()
|
| H A D | raid5-cache.c | 1615 * read every page with sync_page_io(). The read ahead page pool 1784 if (!sync_page_io(log->rdev, pos, PAGE_SIZE, page, REQ_OP_WRITE | in r5l_log_write_empty_meta_block() 1891 sync_page_io(rdev, sh->sector, PAGE_SIZE, in r5l_recovery_replay_one_stripe() 1899 sync_page_io(rrdev, sh->sector, PAGE_SIZE, in r5l_recovery_replay_one_stripe() 2402 sync_page_io(log->rdev, write_pos, PAGE_SIZE, in r5c_recovery_rewrite_data_only_stripes() 2414 sync_page_io(log->rdev, ctx->pos, PAGE_SIZE, page, in r5c_recovery_flush_data_only_stripes() 2976 if (!sync_page_io(rdev, cp, PAGE_SIZE, page, REQ_OP_READ, false)) { in r5l_load_log()
|
| H A D | raid10.c | 2496 ok = sync_page_io(rdev, in fix_recovery_read_error() 2504 ok = sync_page_io(rdev, in fix_recovery_read_error() 2591 if (sync_page_io(rdev, sector, sectors << 9, page, op, false)) in r10_sync_page_io() 2654 success = sync_page_io(rdev, in fix_read_error() 4950 success = sync_page_io(rdev, in handle_reshape_read_error()
|
| H A D | raid1.c | 2124 if (sync_page_io(rdev, sector, sectors << 9, page, rw, false)) in fix_sync_read_error() 2188 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 2443 if (sync_page_io(rdev, sect, s<<9, in fix_read_error()
|
| H A D | md-llbitmap.c | 538 if (sync_page_io(rdev, sector, PAGE_SIZE, page, REQ_OP_READ,
|
| H A D | md.c | 1178 int sync_page_io(struct md_rdev *rdev, sector_t sector, int size, in sync_page_io() 1203 EXPORT_SYMBOL_GPL(sync_page_io); in read_disk_sb() 1210 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) in read_disk_sb() 1916 if (!sync_page_io(rdev, bb_sector, sectors << 9, in super_1_load() 6503 if (sync_page_io(rdev, sector, iosize, sb_page, REQ_OP_READ, in md_run() 1169 int sync_page_io(struct md_rdev *rdev, sector_t sector, int size, sync_page_io() function
|
| H A D | md-bitmap.c | 363 if (sync_page_io(rdev, sector, iosize, page, REQ_OP_READ, true)) in read_sb_page()
|
| H A D | dm-raid.c | 2070 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) { in read_disk_sb()
|