Searched refs:DISK_MAX_PARTS (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/block/
H A Dbrd.c411 if (max_part > DISK_MAX_PARTS) {
413 DISK_MAX_PARTS, DISK_MAX_PARTS);
414 max_part = DISK_MAX_PARTS;
H A Dloop.c2253 if ((1UL << part_shift) > DISK_MAX_PARTS) {
H A Dnbd.c2570 if ((1UL << part_shift) > DISK_MAX_PARTS)
/linux-master/block/partitions/
H A Dmac.c69 if (blocks_in_map < 0 || blocks_in_map >= DISK_MAX_PARTS) {
H A Dcore.c91 int nr = DISK_MAX_PARTS;
301 if (partno >= DISK_MAX_PARTS)
/linux-master/block/
H A Dgenhd.c430 if (disk->minors > DISK_MAX_PARTS) {
432 DISK_MAX_PARTS);
433 disk->minors = DISK_MAX_PARTS;
918 (disk->flags & GENHD_FL_NO_PART) ? 1 : DISK_MAX_PARTS);
/linux-master/include/linux/
H A Dblkdev.h54 #define DISK_MAX_PARTS 256 macro

Completed in 124 milliseconds