Home
last modified time | relevance | path

Searched refs:sync_page_io (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/md/
H A Draid5-ppl.c895 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 Dmd.h929 extern int sync_page_io(struct md_rdev *rdev, sector_t sector, int size,
H A Draid10.c2496 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()
4952 success = sync_page_io(rdev, in handle_reshape_read_error()
H A Draid1.c2117 if (sync_page_io(rdev, sector, sectors << 9, page, rw, false)) in r1_sync_page_io()
2181 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error()
2436 if (sync_page_io(rdev, sect, s<<9, in fix_read_error()
H A Dmd-llbitmap.c538 if (sync_page_io(rdev, sector, PAGE_SIZE, page, REQ_OP_READ, in llbitmap_read_page()
H A Dmd.c1174 int sync_page_io(struct md_rdev *rdev, sector_t sector, int size, in sync_page_io() function
1199 EXPORT_SYMBOL_GPL(sync_page_io);
1206 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) in read_disk_sb()
1912 if (!sync_page_io(rdev, bb_sector, sectors << 9, in super_1_load()
6491 if (sync_page_io(rdev, sector, iosize, sb_page, REQ_OP_READ, in md_bitmap_get_id_from_sb()
H A Dmd-bitmap.c364 if (sync_page_io(rdev, sector, iosize, page, REQ_OP_READ, true)) in read_sb_page()
H A Ddm-raid.c2070 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) { in read_disk_sb()