Searched refs:sync_page_io (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5-ppl.c | 897 if (!sync_page_io(rdev, sector, block_size, page2, in ppl_recover_entry() 918 if (!sync_page_io(log->rdev, in ppl_recover_entry() 944 if (!sync_page_io(parity_rdev, parity_sector, block_size, in ppl_recover_entry() 996 if (!sync_page_io(rdev, sector - rdev->data_offset, in ppl_recover() 1059 if (!sync_page_io(rdev, rdev->ppl.sector - rdev->data_offset, in ppl_write_empty_header() 1096 if (!sync_page_io(rdev, in ppl_load_distributed()
|
| H A D | md.h | 938 extern int sync_page_io(struct md_rdev *rdev, sector_t sector, int size,
|
| H A D | raid10.c | 2489 ok = sync_page_io(rdev, in fix_recovery_read_error() 2497 ok = sync_page_io(rdev, in fix_recovery_read_error() 2584 if (sync_page_io(rdev, sector, sectors << 9, page, op, false)) in r10_sync_page_io() 2647 success = sync_page_io(rdev, in fix_read_error() 4983 success = sync_page_io(rdev, in handle_reshape_read_error()
|
| H A D | raid1.c | 2087 if (sync_page_io(rdev, sector, sectors << 9, page, rw, false)) in r1_sync_page_io() 2151 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 2401 if (sync_page_io(rdev, sect, s<<9, in fix_read_error()
|
| H A D | md.c | 1176 int sync_page_io(struct md_rdev *rdev, sector_t sector, int size, in sync_page_io() function 1201 EXPORT_SYMBOL_GPL(sync_page_io); 1208 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) in read_disk_sb() 1914 if (!sync_page_io(rdev, bb_sector, sectors << 9, in super_1_load() 6520 if (sync_page_io(rdev, sector, iosize, sb_page, REQ_OP_READ, in md_bitmap_get_id_from_sb()
|
| H A D | md-llbitmap.c | 691 if (sync_page_io(rdev, sector, PAGE_SIZE, page, REQ_OP_READ, in llbitmap_read_page()
|
| H A D | md-bitmap.c | 364 if (sync_page_io(rdev, sector, iosize, page, REQ_OP_READ, true)) in read_sb_page()
|