Lines Matching refs:max_part
137 static int max_part;
1817 module_param(max_part, int, 0444);
1818 MODULE_PARM_DESC(max_part, "Maximum number of partitions per loop device");
2061 * If max_part is given, partition scanning is globally enabled for
2063 * multiples of max_part.
2066 * parameteters like 'max_loop' and 'max_part' make things needlessly
2248 if (max_part > 0) {
2249 part_shift = fls(max_part);
2252 * Adjust max_part according to part_shift as it is exported
2259 max_part = (1UL << part_shift) - 1;