Searched refs:max_part (Results 1 – 8 of 8) sorted by relevance
342 static int max_part = 1; variable343 module_param(max_part, int, 0444);404 disk->first_minor = i * max_part; in brd_alloc()405 disk->minors = max_part; in brd_alloc()442 brd_alloc(MINOR(dev) / max_part); in brd_probe()458 if (unlikely(!max_part)) in brd_check_and_reset_par()459 max_part = 1; in brd_check_and_reset_par()465 if ((1U << MINORBITS) % max_part != 0) in brd_check_and_reset_par()466 max_part = 1UL << fls(max_part); in brd_check_and_reset_par()468 if (max_part > DISK_MAX_PARTS) { in brd_check_and_reset_par()[all …]
163 static int max_part = 16; variable342 if (max_part) in nbd_set_size()1401 if (max_part) in nbd_start_device_ioctl()1566 if (max_part) in nbd_open()1569 if (max_part) in nbd_open()2468 if (max_part < 0) { in nbd_init()2474 if (max_part > 0) { in nbd_init()2475 part_shift = fls(max_part); in nbd_init()2485 max_part = (1UL << part_shift) - 1; in nbd_init()2562 module_param(max_part, int, 0444);[all …]
133 static int max_part; variable1792 module_param(max_part, int, 0444);1793 MODULE_PARM_DESC(max_part, "Maximum number of partitions per loop device");2206 if (max_part > 0) { in loop_init()2207 part_shift = fls(max_part); in loop_init()2217 max_part = (1UL << part_shift) - 1; in loop_init()
27 max_part
56 max_part
1 …oop.file=drivers/block/looploop.parm=max_part:Maximum number of partitions per loop deviceloop.p…
162727 ffff800012153180 b max_part
Completed in 345 milliseconds