Searched refs:DISK_MAX_PARTS (Results 1 – 6 of 6) sorted by relevance
486 if (max_part > DISK_MAX_PARTS) { in brd_check_and_reset_par()488 DISK_MAX_PARTS, DISK_MAX_PARTS); in brd_check_and_reset_par()489 max_part = DISK_MAX_PARTS; in brd_check_and_reset_par()
2344 if ((1UL << part_shift) > DISK_MAX_PARTS) { in loop_init()
2400 if ((1UL << part_shift) > DISK_MAX_PARTS) in nbd_init()
31 #define DISK_MAX_PARTS 256 macro233 return DISK_MAX_PARTS; in disk_max_parts()
67 if (blocks_in_map < 0 || blocks_in_map >= DISK_MAX_PARTS) { in mac_partition()
1719 if (minors > DISK_MAX_PARTS) { in __alloc_disk_node()1722 DISK_MAX_PARTS); in __alloc_disk_node()1723 minors = DISK_MAX_PARTS; in __alloc_disk_node()