Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd-multipath.c343 int working_disks; in multipath_run() local
371 working_disks = 0; in multipath_run()
384 working_disks++; in multipath_run()
392 if (!working_disks) { in multipath_run()
397 mddev->degraded = conf->raid_disks - working_disks; in multipath_run()
H A Dmd.c1535 sb->working_disks = working; in super_90_sync()
6701 info.working_disks = working; in get_array_info()
/openbmc/linux/include/uapi/linux/raid/
H A Dmd_u.h98 int working_disks; /* 3 Number of working disks */ member
H A Dmd_p.h163 __u32 working_disks; /* 3 Number of working disks */ member