Lines Matching refs:reshape_position

659 	mddev->reshape_position = MaxSector;  in mddev_init()
975 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
977 (sector >= rdev->mddev->reshape_position))) in sync_page_io()
1287 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1295 mddev->reshape_position = MaxSector; in super_90_validate()
1427 if (mddev->reshape_position == MaxSector) in super_90_sync()
1431 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1823 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
1834 mddev->reshape_position = MaxSector; in super_1_validate()
2002 if (mddev->reshape_position != MaxSector) { in super_1_sync()
2004 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2584 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
3903 mddev->reshape_position != MaxSector || in level_store()
4074 if (mddev->reshape_position != MaxSector && in layout_show()
4107 if (mddev->reshape_position == MaxSector) in layout_store()
4121 if (mddev->reshape_position != MaxSector && in raid_disks_show()
4145 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
4182 if (mddev->reshape_position != MaxSector && in chunk_size_show()
4216 if (mddev->reshape_position == MaxSector) in chunk_size_store()
4755 else if (mddev->reshape_position != MaxSector) in action_show()
4843 } else if (mddev->reshape_position == MaxSector || in action_store()
5205 if (mddev->reshape_position != MaxSector) in reshape_position_show()
5207 (unsigned long long)mddev->reshape_position); in reshape_position_show()
5230 mddev->reshape_position = new; in reshape_position_store()
5245 __ATTR(reshape_position, S_IRUGO|S_IWUSR, reshape_position_show,
5915 if (mddev->reshape_position != MaxSector && in md_run()
6184 mddev->reshape_position = MaxSector; in md_clean()
7213 mddev->reshape_position = MaxSector; in md_set_array_info()
7299 mddev->reshape_position != MaxSector) in update_raid_disks()
8112 if (mddev->reshape_position != MaxSector) in status_resync()
8887 mddev->reshape_position != MaxSector) in md_do_sync()
8888 j = mddev->reshape_position; in md_do_sync()
9445 if (mddev->reshape_position != MaxSector) { in md_check_recovery()
9800 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in check_sb_changes()
9806 mddev->reshape_position != MaxSector && in check_sb_changes()
9809 mddev->reshape_position = MaxSector; in check_sb_changes()