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

/linux-master/drivers/block/
H A Dxen-blkfront.c236 static unsigned int nr_minors; variable
448 if (end > nr_minors) {
457 if (end > nr_minors) {
460 BITS_TO_LONGS(nr_minors) * sizeof(*bitmap));
462 nr_minors = BITS_TO_LONGS(end) * BITS_PER_LONG;
484 BUG_ON(end > nr_minors);
1071 int nr_minors = 1; local
1108 nr_minors = nr_parts;
1110 err = xlbd_reserve_minors(minor, nr_minors);
1147 if (nr_minors >
[all...]

Completed in 115 milliseconds