Lines Matching refs:max_part
137 static int max_part;
1810 module_param(max_part, int, 0444);
1811 MODULE_PARM_DESC(max_part, "Maximum number of partitions per loop device");
2050 * If max_part is given, partition scanning is globally enabled for
2052 * multiples of max_part.
2055 * parameteters like 'max_loop' and 'max_part' make things needlessly
2233 if (max_part > 0) {
2234 part_shift = fls(max_part);
2237 * Adjust max_part according to part_shift as it is exported
2244 max_part = (1UL << part_shift) - 1;