Lines Matching refs:max_part
139 static int max_part;
1813 module_param(max_part, int, 0444);
1814 MODULE_PARM_DESC(max_part, "Maximum number of partitions per loop device");
2058 * If max_part is given, partition scanning is globally enabled for
2060 * multiples of max_part.
2063 * parameteters like 'max_loop' and 'max_part' make things needlessly
2241 if (max_part > 0) {
2242 part_shift = fls(max_part);
2245 * Adjust max_part according to part_shift as it is exported
2252 max_part = (1UL << part_shift) - 1;