Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-raid.c214 #define DISKS_ARRAY_ELEMS ((MAX_RAID_DEVICES + (sizeof(uint64_t) * 8 - 1)) / sizeof(uint64_t) / 8) macro
232 uint64_t rebuild_disks[DISKS_ARRAY_ELEMS];
2009 __le64 extended_failed_devices[DISKS_ARRAY_ELEMS - 1];
2100 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_sync()
2229 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_init_validation()
3606 rebuild_disks = memweight(rs->rebuild_disks, DISKS_ARRAY_ELEMS * sizeof(*rs->rebuild_disks)); in raid_status()
3771 uint64_t cleared_failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3834 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3843 for (i = 0; i < DISKS_ARRAY_ELEMS; i++) in attempt_restore_of_faulty_devices()