Lines Matching refs:reshape_position
631 mddev->reshape_position = MaxSector; in mddev_init()
922 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
924 (sector >= rdev->mddev->reshape_position))) in sync_page_io()
1226 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1234 mddev->reshape_position = MaxSector; in super_90_validate()
1366 if (mddev->reshape_position == MaxSector) in super_90_sync()
1370 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1753 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
1764 mddev->reshape_position = MaxSector; in super_1_validate()
1932 if (mddev->reshape_position != MaxSector) { in super_1_sync()
1934 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2506 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
3787 mddev->reshape_position != MaxSector || in level_store()
3956 if (mddev->reshape_position != MaxSector && in layout_show()
3989 if (mddev->reshape_position == MaxSector) in layout_store()
4003 if (mddev->reshape_position != MaxSector && in raid_disks_show()
4027 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
4056 if (mddev->reshape_position != MaxSector && in chunk_size_show()
4090 if (mddev->reshape_position == MaxSector) in chunk_size_store()
4630 else if (mddev->reshape_position != MaxSector) in action_show()
5025 if (mddev->reshape_position != MaxSector) in reshape_position_show()
5027 (unsigned long long)mddev->reshape_position); in reshape_position_show()
5050 mddev->reshape_position = new; in reshape_position_store()
5065 __ATTR(reshape_position, S_IRUGO|S_IWUSR, reshape_position_show,
5659 if (mddev->reshape_position != MaxSector && in md_run()
5921 mddev->reshape_position = MaxSector; in md_clean()
6927 mddev->reshape_position = MaxSector; in set_array_info()
7012 mddev->reshape_position != MaxSector) in update_raid_disks()
7805 if (mddev->reshape_position != MaxSector) in status_resync()
8502 mddev->reshape_position != MaxSector) in md_do_sync()
8503 j = mddev->reshape_position; in md_do_sync()
9053 if (mddev->reshape_position != MaxSector) { in md_check_recovery()
9392 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in check_sb_changes()
9398 mddev->reshape_position != MaxSector && in check_sb_changes()
9401 mddev->reshape_position = MaxSector; in check_sb_changes()