Lines Matching refs:reshape_position

782 	mddev->reshape_position = MaxSector;  in mddev_init()
1182 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
1184 (sector >= rdev->mddev->reshape_position))) in sync_page_io()
1505 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1513 mddev->reshape_position = MaxSector; in super_90_validate()
1642 if (mddev->reshape_position == MaxSector) in super_90_sync()
1646 sb->reshape_position = mddev->reshape_position; in super_90_sync()
2041 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
2052 mddev->reshape_position = MaxSector; in super_1_validate()
2250 if (mddev->reshape_position != MaxSector) { in super_1_sync()
2252 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2771 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
4069 mddev->reshape_position != MaxSector || in level_store()
4341 if (mddev->reshape_position != MaxSector && in layout_show()
4374 if (mddev->reshape_position == MaxSector) in layout_store()
4388 if (mddev->reshape_position != MaxSector && in raid_disks_show()
4412 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
4449 if (mddev->reshape_position != MaxSector && in chunk_size_show()
4483 if (mddev->reshape_position == MaxSector) in chunk_size_store()
5047 if (mddev->reshape_position != MaxSector) in md_get_active_sync_action()
5222 if (mddev->reshape_position == MaxSector || in mddev_start_reshape()
5677 if (mddev->reshape_position != MaxSector) in reshape_position_show()
5679 (unsigned long long)mddev->reshape_position); in reshape_position_show()
5702 mddev->reshape_position = new; in reshape_position_store()
5717 __ATTR(reshape_position, S_IRUGO|S_IWUSR, reshape_position_show,
6558 if (mddev->reshape_position != MaxSector && in md_run()
6794 mddev->reshape_position = MaxSector; in md_clean()
7780 mddev->reshape_position = MaxSector; in md_set_array_info()
7863 mddev->reshape_position != MaxSector) in update_raid_disks()
8690 if (mddev->reshape_position != MaxSector) in status_resync()
9393 mddev->reshape_position != MaxSector) in md_sync_position()
9394 return mddev->reshape_position; in md_sync_position()
9973 if (mddev->reshape_position != MaxSector) { in md_choose_sync_action()
10028 if (mddev->reshape_position == MaxSector && in md_start_sync()
10637 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in check_sb_changes()
10643 mddev->reshape_position != MaxSector && in check_sb_changes()
10646 mddev->reshape_position = MaxSector; in check_sb_changes()