Lines Matching refs:reshape_position

557 	mddev->reshape_position = MaxSector;  in mddev_init()
1125 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1131 mddev->reshape_position = MaxSector; in super_90_validate()
1254 if (mddev->reshape_position == MaxSector) in super_90_sync()
1258 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1548 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
1554 mddev->reshape_position = MaxSector; in super_1_validate()
1656 if (mddev->reshape_position != MaxSector) { in super_1_sync()
1658 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
3041 mddev->reshape_position != MaxSector || in level_store()
3199 if (mddev->reshape_position != MaxSector && in layout_show()
3227 if (mddev->reshape_position == MaxSector) in layout_store()
3241 if (mddev->reshape_position != MaxSector && in raid_disks_show()
3262 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
3276 if (mddev->reshape_position != MaxSector && in chunk_size_show()
3305 if (mddev->reshape_position == MaxSector) in chunk_size_store()
4096 if (mddev->reshape_position != MaxSector) in reshape_position_show()
4098 (unsigned long long)mddev->reshape_position); in reshape_position_show()
4112 mddev->reshape_position = new; in reshape_position_store()
4121 __ATTR(reshape_position, S_IRUGO|S_IWUSR, reshape_position_show,
4510 if (mddev->reshape_position != MaxSector && in md_run()
4707 mddev->reshape_position = MaxSector; in md_clean()
5524 mddev->reshape_position = MaxSector; in set_array_info()
5597 if (mddev->sync_thread || mddev->reshape_position != MaxSector) in update_raid_disks()
7248 if (mddev->reshape_position != MaxSector) { in md_check_recovery()