Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-raid.c217 #define DISKS_ARRAY_ELEMS ((MAX_RAID_DEVICES + (sizeof(uint64_t) * 8 - 1)) / sizeof(uint64_t) / 8) macro
235 uint64_t rebuild_disks[DISKS_ARRAY_ELEMS];
1994 __le64 extended_failed_devices[DISKS_ARRAY_ELEMS - 1];
2085 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_sync()
2214 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_init_validation()
3811 uint64_t cleared_failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3874 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3883 for (i = 0; i < DISKS_ARRAY_ELEMS; i++) in attempt_restore_of_faulty_devices()