Home
last modified time | relevance | path

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

/linux/include/uapi/linux/raid/
A Dmd_p.h178 __u64 reshape_position; /* 12,13 next address in array-space for reshape */ member
257 __le64 reshape_position; /* next address in array-space for reshape */ member
/linux/drivers/md/
A Dmd.c683 mddev->reshape_position = MaxSector; in mddev_init()
1340 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1348 mddev->reshape_position = MaxSector; in super_90_validate()
1481 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1869 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
2079 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2613 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
5396 mddev->reshape_position = new; in reshape_position_store()
6360 mddev->reshape_position = MaxSector; in md_clean()
8880 return mddev->reshape_position; in md_sync_position()
[all …]
A Draid10.c1385 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()
1399 conf->reshape_safe = mddev->reshape_position; in raid10_write_request()
3162 mddev->reshape_position == MaxSector && in raid10_sync_request()
3930 if (mddev->reshape_position == MaxSector) { in setup_conf()
4204 if (mddev->reshape_position != MaxSector) in raid10_resize()
4546 mddev->reshape_position = conf->reshape_progress; in raid10_start_reshape()
4568 mddev->reshape_position = MaxSector; in raid10_start_reshape()
4743 conf->reshape_safe = mddev->reshape_position; in reshape_request()
4948 if (((mddev->reshape_position <= hi) && (mddev->reshape_position >= lo)) in raid10_update_reshape_pos()
4949 || mddev->reshape_position == MaxSector) in raid10_update_reshape_pos()
[all …]
A Ddm-raid.c447 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()
2000 __le64 reshape_position; member
2168 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_sync()
2169 if (le64_to_cpu(sb->reshape_position) != MaxSector) { in super_sync()
2260 mddev->reshape_position = MaxSector; in super_init_validation()
2292 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_init_validation()
2402 (unsigned long long) mddev->reshape_position); in super_init_validation()
3401 if (mddev->reshape_position != MaxSector) in decipher_sync_action()
A Dmd.h421 sector_t reshape_position; member
654 if (mddev->reshape_position == MaxSector) in reshape_interrupted()
A Draid5.c752 if (conf->mddev->reshape_position != MaxSector) in has_failed()
5730 if (mddev->reshape_position != MaxSector) in make_discard_request()
6105 mddev->reshape_position == MaxSector) { in raid5_make_request()
7526 if (mddev->reshape_position == MaxSector) in setup_conf()
7632 if (mddev->reshape_position != MaxSector) { in setup_conf()
7821 if (mddev->reshape_position != MaxSector) { in raid5_run()
7859 here_new = mddev->reshape_position; in raid5_run()
7869 here_old = mddev->reshape_position; in raid5_run()
8294 mddev->reshape_position == MaxSector && in raid5_add_disk()
8553 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.c3214 if (mddev->reshape_position != MaxSector) { in raid1_run()
/linux/Documentation/admin-guide/
A Dmd.rst241 reshape_position

Completed in 74 milliseconds