Searched refs:g_max_sectors (Results 1 – 1 of 1) sorted by relevance
156 static int g_max_sectors; variable157 module_param_named(max_sectors, g_max_sectors, int, 0444);675 dev->max_sectors = g_max_sectors; in null_alloc_dev()2207 if (g_max_sectors > BLK_DEF_MAX_SECTORS) { in null_init()2210 g_max_sectors = BLK_DEF_MAX_SECTORS; in null_init()