Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid10.c69 static int _enough(struct r10conf *conf, int previous, int ignore);
410 if (!_enough(conf, test_bit(R10BIO_Previous, &r10_bio->state), in raid10_end_read_request()
1966 static int _enough(struct r10conf *conf, int previous, int ignore) in _enough() function
2009 return _enough(conf, 0, ignore) && in enough()
2010 _enough(conf, 1, ignore); in enough()
2152 if (rdev->saved_raid_disk < 0 && !_enough(conf, 1, -1)) in raid10_add_disk()