Searched refs:sync_page_io (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/md/ |
H A D | raid10.c | 2510 ok = sync_page_io(rdev, in fix_recovery_read_error() 2518 ok = sync_page_io(rdev, in fix_recovery_read_error() 2610 if (sync_page_io(rdev, sector, sectors << 9, page, op, false)) in r10_sync_page_io() 2674 success = sync_page_io(rdev, in fix_read_error() 5030 success = sync_page_io(rdev, in handle_reshape_read_error()
|
H A D | raid1.c | 2112 if (sync_page_io(rdev, sector, sectors << 9, page, rw, false)) in r1_sync_page_io() 2177 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 2428 if (sync_page_io(rdev, sect, s<<9, in fix_read_error()
|
H A D | dm-raid.c | 2074 if (!sync_page_io(rdev, 0, size, rdev->sb_page, REQ_OP_READ, true)) { in read_disk_sb()
|