Home
last modified time | relevance | path

Searched refs:reshape_position (Results 1 – 7 of 7) sorted by relevance

/drivers/md/
A Dmd.c709 mddev->reshape_position = MaxSector; in mddev_init()
1400 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1541 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1929 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
2139 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2660 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
5468 mddev->reshape_position = new; in reshape_position_store()
6429 mddev->reshape_position = MaxSector; in md_clean()
7394 mddev->reshape_position = MaxSector; in md_set_array_info()
8965 return mddev->reshape_position; in md_sync_position()
[all …]
A Draid10.c1390 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()
1404 conf->reshape_safe = mddev->reshape_position; in raid10_write_request()
3189 mddev->reshape_position == MaxSector && in raid10_sync_request()
3956 if (mddev->reshape_position == MaxSector) { in setup_conf()
4230 if (mddev->reshape_position != MaxSector) in raid10_resize()
4572 mddev->reshape_position = conf->reshape_progress; in raid10_start_reshape()
4594 mddev->reshape_position = MaxSector; in raid10_start_reshape()
4769 conf->reshape_safe = mddev->reshape_position; in reshape_request()
4972 if (((mddev->reshape_position <= hi) && (mddev->reshape_position >= lo)) in raid10_update_reshape_pos()
4973 || mddev->reshape_position == MaxSector) in raid10_update_reshape_pos()
[all …]
A Ddm-raid.c447 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()
1996 __le64 reshape_position; member
2164 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_sync()
2165 if (le64_to_cpu(sb->reshape_position) != MaxSector) { in super_sync()
2256 mddev->reshape_position = MaxSector; in super_init_validation()
2288 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_init_validation()
2398 (unsigned long long) mddev->reshape_position); in super_init_validation()
3403 if (mddev->reshape_position != MaxSector) in decipher_sync_action()
A Dmd.h449 sector_t reshape_position; member
685 if (mddev->reshape_position == MaxSector) in reshape_interrupted()
A Draid5.c752 if (conf->mddev->reshape_position != MaxSector) in has_failed()
5677 if (mddev->reshape_position != MaxSector) in make_discard_request()
6096 mddev->reshape_position == MaxSector) { in raid5_make_request()
7520 if (mddev->reshape_position == MaxSector) in setup_conf()
7626 if (mddev->reshape_position != MaxSector) { in setup_conf()
7815 if (mddev->reshape_position != MaxSector) { in raid5_run()
7853 here_new = mddev->reshape_position; in raid5_run()
7863 here_old = mddev->reshape_position; in raid5_run()
8288 mddev->reshape_position == MaxSector && in raid5_add_disk()
8547 conf->mddev->reshape_position = MaxSector; in end_reshape()
[all …]
A Dmd-cluster.c336 mddev->reshape_position != MaxSector) in recover_bitmaps()
1031 (mddev->reshape_position != MaxSector && in leave()
A Draid1.c3232 if (mddev->reshape_position != MaxSector) { in raid1_run()

Completed in 59 milliseconds