Lines Matching defs:max_part
164 static int max_part = 16;
344 if (max_part)
1436 if (max_part)
1621 if (max_part)
1624 if (max_part)
2533 if (max_part < 0) {
2534 pr_err("max_part must be >= 0\n");
2539 if (max_part > 0) {
2540 part_shift = fls(max_part);
2543 * Adjust max_part according to part_shift as it is exported
2550 max_part = (1UL << part_shift) - 1;
2635 module_param(max_part, int, 0444);
2636 MODULE_PARM_DESC(max_part, "number of partitions per device (default: 16)");