Searched refs:nparts (Results 1 - 25 of 40) sorted by relevance
12
/kernel/linux/linux-5.10/block/partitions/ |
H A D | sun.c | 33 __be16 nparts; /* Number of partitions */ in sun_partition() member 70 int nparts; in sun_partition() local 97 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition() 100 nparts = (use_vtoc) ? be16_to_cpu(label->vtoc.nparts) : 8; in sun_partition() 107 label->vtoc.version || label->vtoc.nparts); in sun_partition() 109 for (i = 0; i < nparts; i++, p++) { in sun_partition()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | sun.c | 33 __be16 nparts; /* Number of partitions */ in sun_partition() member 69 int nparts; in sun_partition() local 96 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition() 99 nparts = (use_vtoc) ? be16_to_cpu(label->vtoc.nparts) : 8; in sun_partition() 106 label->vtoc.version || label->vtoc.nparts); in sun_partition() 108 for (i = 0; i < nparts; i++, p++) { in sun_partition()
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | fujitsu.c | 19 .nparts = ARRAY_SIZE(fujitsu_parts),
|
H A D | everspin.c | 26 .nparts = ARRAY_SIZE(everspin_parts),
|
H A D | esmt.c | 24 .nparts = ARRAY_SIZE(esmt_parts),
|
H A D | xmc.c | 22 .nparts = ARRAY_SIZE(xmc_parts),
|
H A D | micron-st.c | 152 .nparts = ARRAY_SIZE(micron_parts), 159 .nparts = ARRAY_SIZE(st_parts),
|
H A D | catalyst.c | 28 .nparts = ARRAY_SIZE(catalyst_parts),
|
H A D | intel.c | 30 .nparts = ARRAY_SIZE(intel_parts),
|
H A D | eon.c | 33 .nparts = ARRAY_SIZE(eon_parts),
|
H A D | gigadevice.c | 58 .nparts = ARRAY_SIZE(gigadevice_parts),
|
H A D | atmel.c | 84 .nparts = ARRAY_SIZE(atmel_parts),
|
H A D | macronix.c | 105 .nparts = ARRAY_SIZE(macronix_parts),
|
H A D | issi.c | 81 .nparts = ARRAY_SIZE(issi_parts),
|
H A D | xilinx.c | 92 .nparts = ARRAY_SIZE(xilinx_parts),
|
H A D | winbond.c | 146 .nparts = ARRAY_SIZE(winbond_parts),
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | catalyst.c | 23 .nparts = ARRAY_SIZE(catalyst_nor_parts),
|
H A D | everspin.c | 22 .nparts = ARRAY_SIZE(everspin_nor_parts),
|
H A D | fujitsu.c | 20 .nparts = ARRAY_SIZE(fujitsu_nor_parts),
|
H A D | xmc.c | 24 .nparts = ARRAY_SIZE(xmc_nor_parts),
|
H A D | esmt.c | 27 .nparts = ARRAY_SIZE(esmt_nor_parts),
|
H A D | intel.c | 24 .nparts = ARRAY_SIZE(intel_nor_parts),
|
H A D | eon.c | 37 .nparts = ARRAY_SIZE(eon_nor_parts),
|
H A D | gigadevice.c | 75 .nparts = ARRAY_SIZE(gigadevice_nor_parts),
|
H A D | issi.c | 106 .nparts = ARRAY_SIZE(issi_nor_parts),
|
Completed in 5 milliseconds
12