Home
last modified time | relevance | path

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

/linux/include/uapi/linux/raid/
H 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/
H 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()
2400 (unsigned long long) mddev->reshape_position); in super_init_validation()
3405 if (mddev->reshape_position != MaxSector) in decipher_sync_action()