Lines Matching defs:max_part
89 static int max_part;
1954 module_param(max_part, int, 0444);
1955 MODULE_PARM_DESC(max_part, "Maximum number of partitions per loop device");
2151 * If max_part is given, partition scanning is globally enabled for
2153 * multiples of max_part.
2156 * parameteters like 'max_loop' and 'max_part' make things needlessly
2327 if (max_part > 0) {
2328 part_shift = fls(max_part);
2331 * Adjust max_part according to part_shift as it is exported
2338 max_part = (1UL << part_shift) - 1;