Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dxen-blkfront.c236 static unsigned int nr_minors; variable
448 if (end > nr_minors) { in xlbd_reserve_minors()
457 if (end > nr_minors) { in xlbd_reserve_minors()
462 nr_minors = BITS_TO_LONGS(end) * BITS_PER_LONG; in xlbd_reserve_minors()
484 BUG_ON(end > nr_minors); in xlbd_release_minors()
1074 int nr_minors = 1; in xlvbd_alloc_gendisk() local
1111 nr_minors = nr_parts; in xlvbd_alloc_gendisk()
1113 err = xlbd_reserve_minors(minor, nr_minors); in xlvbd_alloc_gendisk()
1148 if (nr_minors > 1) in xlvbd_alloc_gendisk()
1156 gd->minors = nr_minors; in xlvbd_alloc_gendisk()
[all …]