_enough            69 drivers/md/raid10.c static int _enough(struct r10conf *conf, int previous, int ignore);
_enough           381 drivers/md/raid10.c 		if (!_enough(conf, test_bit(R10BIO_Previous, &r10_bio->state),
_enough          1630 drivers/md/raid10.c 	return _enough(conf, 0, ignore) &&
_enough          1631 drivers/md/raid10.c 		_enough(conf, 1, ignore);
_enough          1767 drivers/md/raid10.c 	if (rdev->saved_raid_disk < 0 && !_enough(conf, 1, -1))