Searched refs:g_max_sectors (Results 1 – 1 of 1) sorted by relevance
155 static int g_max_sectors; variable156 module_param_named(max_sectors, g_max_sectors, int, 0444);599 dev->max_sectors = g_max_sectors; in null_alloc_dev()1944 if (g_max_sectors > BLK_DEF_MAX_SECTORS) { in null_init()1947 g_max_sectors = BLK_DEF_MAX_SECTORS; in null_init()