Lines Matching refs:reshape_position
689 mddev->reshape_position = MaxSector; in mddev_init()
1005 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
1007 (sector >= rdev->mddev->reshape_position))) in sync_page_io()
1320 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1328 mddev->reshape_position = MaxSector; in super_90_validate()
1460 if (mddev->reshape_position == MaxSector) in super_90_sync()
1464 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1859 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
1870 mddev->reshape_position = MaxSector; in super_1_validate()
2038 if (mddev->reshape_position != MaxSector) { in super_1_sync()
2040 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2657 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
3945 mddev->reshape_position != MaxSector || in level_store()
4116 if (mddev->reshape_position != MaxSector && in layout_show()
4149 if (mddev->reshape_position == MaxSector) in layout_store()
4163 if (mddev->reshape_position != MaxSector && in raid_disks_show()
4187 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
4224 if (mddev->reshape_position != MaxSector && in chunk_size_show()
4258 if (mddev->reshape_position == MaxSector) in chunk_size_store()
4810 else if (mddev->reshape_position != MaxSector) in action_show()
5206 if (mddev->reshape_position != MaxSector) in reshape_position_show()
5208 (unsigned long long)mddev->reshape_position); in reshape_position_show()
5231 mddev->reshape_position = new; in reshape_position_store()
5246 __ATTR(reshape_position, S_IRUGO|S_IWUSR, reshape_position_show,
5893 if (mddev->reshape_position != MaxSector && in md_run()
6159 mddev->reshape_position = MaxSector; in md_clean()
7167 mddev->reshape_position = MaxSector; in md_set_array_info()
7253 mddev->reshape_position != MaxSector) in update_raid_disks()
8039 if (mddev->reshape_position != MaxSector) in status_resync()
8798 mddev->reshape_position != MaxSector) in md_do_sync()
8799 j = mddev->reshape_position; in md_do_sync()
9347 if (mddev->reshape_position != MaxSector) { in md_check_recovery()
9690 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in check_sb_changes()
9696 mddev->reshape_position != MaxSector && in check_sb_changes()
9699 mddev->reshape_position = MaxSector; in check_sb_changes()