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.h182 __u64 reshape_position; /* 12,13 next address in array-space for reshape */ member
261 __le64 reshape_position; /* next address in array-space for reshape */ member
/linux/drivers/md/
A Dmd.c689 mddev->reshape_position = MaxSector; in mddev_init()
1319 mddev->reshape_position = sb->reshape_position; in super_90_validate()
1463 sb->reshape_position = mddev->reshape_position; in super_90_sync()
1856 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_1_validate()
2037 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_1_sync()
2654 (mddev->reshape_position != le64_to_cpu(sb->reshape_position)) || in does_sb_need_changing()
5237 mddev->reshape_position = new; in reshape_position_store()
6172 mddev->reshape_position = MaxSector; in md_clean()
7181 mddev->reshape_position = MaxSector; in md_set_array_info()
8813 j = mddev->reshape_position; in md_do_sync()
[all …]
A Draid10.c1379 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()
1387 conf->reshape_safe = mddev->reshape_position; in raid10_write_request()
3240 mddev->reshape_position == MaxSector && in raid10_sync_request()
3994 if (mddev->reshape_position == MaxSector) { in setup_conf()
4288 if (mddev->reshape_position != MaxSector) in raid10_resize()
4633 mddev->reshape_position = conf->reshape_progress; in raid10_start_reshape()
4663 mddev->reshape_position = MaxSector; in raid10_start_reshape()
4838 conf->reshape_safe = mddev->reshape_position; in reshape_request()
5051 if (((mddev->reshape_position <= hi) && (mddev->reshape_position >= lo)) in raid10_update_reshape_pos()
5052 || mddev->reshape_position == MaxSector) in raid10_update_reshape_pos()
[all …]
A Ddm-raid.c445 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()
1965 __le64 reshape_position; member
2133 sb->reshape_position = cpu_to_le64(mddev->reshape_position); in super_sync()
2134 if (le64_to_cpu(sb->reshape_position) != MaxSector) { in super_sync()
2226 mddev->reshape_position = MaxSector; in super_init_validation()
2258 mddev->reshape_position = le64_to_cpu(sb->reshape_position); in super_init_validation()
2371 (unsigned long long) mddev->reshape_position); in super_init_validation()
3389 if (mddev->reshape_position != MaxSector) in decipher_sync_action()
A Draid5.c5689 if (mddev->reshape_position != MaxSector) in make_discard_request()
5806 mddev->reshape_position == MaxSector) { in raid5_make_request()
6724 mddev->reshape_position != MaxSector || in raid5_store_stripe_size()
7254 if (mddev->reshape_position == MaxSector) in setup_conf()
7357 if (mddev->reshape_position != MaxSector) { in setup_conf()
7488 if (mddev->reshape_position != MaxSector) { in raid5_run()
7526 here_new = mddev->reshape_position; in raid5_run()
7536 here_old = mddev->reshape_position; in raid5_run()
8275 mddev->reshape_position = MaxSector; in raid5_start_reshape()
8300 conf->mddev->reshape_position = MaxSector; in end_reshape()
[all …]
A Dmd.h340 sector_t reshape_position; member
A Dmd-cluster.c327 mddev->reshape_position != MaxSector) in recover_bitmaps()
1008 (mddev->reshape_position != MaxSector && in leave()
A Draid1.c3099 if (mddev->reshape_position != MaxSector) { in raid1_run()
/linux/Documentation/admin-guide/
A Dmd.rst241 reshape_position

Completed in 59 milliseconds