Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-raid.c219 #define DISKS_ARRAY_ELEMS ((MAX_RAID_DEVICES + (sizeof(uint64_t) * 8 - 1)) / sizeof(uint64_t) / 8) macro
237 uint64_t rebuild_disks[DISKS_ARRAY_ELEMS];
2027 __le64 extended_failed_devices[DISKS_ARRAY_ELEMS - 1];
2118 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_sync()
2246 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_init_validation()
3865 uint64_t cleared_failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3928 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3937 for (i = 0; i < DISKS_ARRAY_ELEMS; i++) in attempt_restore_of_faulty_devices()