Searched refs:BLK_DEF_MAX_SECTORS (Results 1 – 7 of 7) sorted by relevance
2126 dev->max_sectors = min(dev->max_sectors, BLK_DEF_MAX_SECTORS); in null_add_dev()2226 if (g_max_sectors > BLK_DEF_MAX_SECTORS) { in null_init()2228 pr_warn("defaults max sectors to %u\n", BLK_DEF_MAX_SECTORS); in null_init()2229 g_max_sectors = BLK_DEF_MAX_SECTORS; in null_init()
386 blk_queue_max_hw_sectors(gd->queue, BLK_DEF_MAX_SECTORS); in aoeblk_gdalloc()
143 max_sectors = min(max_sectors, BLK_DEF_MAX_SECTORS); in blk_queue_max_hw_sectors()
258 BLK_DEF_MAX_SECTORS >> 1); in queue_max_sectors_store()
1105 #define BLK_DEF_MAX_SECTORS 2560u macro
2005 blk_queue_max_hw_sectors(lo->lo_queue, BLK_DEF_MAX_SECTORS); in loop_add()
3356 (sector_t)BLK_DEF_MAX_SECTORS); in sd_revalidate_disk()
Completed in 25 milliseconds