Searched refs:max_p (Results 1 - 25 of 26) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dblkpg.c89 end_minor = first_minor + g->max_p;
94 if (first_minor != MINOR(dev) || p->pno <= 0 || p->pno >= g->max_p)
140 if (first_minor != MINOR(dev) || p->pno <= 0 || p->pno >= g->max_p)
H A Dcpqarray.c582 hba[i]->gendisk.max_p = IDA_MAX_PART;
1747 int start, max_p, i; local
1764 max_p = gdev->max_p;
1766 for (i=max_p-1; i>=0; i--)
1875 int max_p; local
1963 max_p = gdev->max_p;
1966 for(i=max_p-1; i>=0; i--)
1992 int max_p; local
[all...]
H A Dacsi.c1391 max_p: 1 << 4,
1858 int max_p, start, i;
1873 max_p = gdev->max_p;
1876 for( i = max_p - 1; i >= 0 ; i-- ) {
1854 int max_p, start, i; local
H A Dps2esdi.c152 max_p: 1 << 6,
1092 for (partition = ps2esdi_gendisk.max_p - 1;
H A Dcciss.c795 int max_p; local
814 max_p = gdev->max_p;
817 for(i=max_p-1; i>=0; i--) {
2082 hba[i]->gendisk.max_p = MAX_PART;
H A Dxd.c134 max_p: 1 << 6,
408 for (partition = xd_gendisk.max_p - 1; partition >= 0; partition--) {
H A Dumem.c172 max_p: 1 << MM_SHIFT, /* Number of partitions */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhd.c696 max_p: 1 << 6,
871 int max_p; local
888 max_p = gdev->max_p;
891 for (i=max_p - 1; i >=0 ; i--) {
H A Dataraid.c266 ataraid_gendisk.max_p = 15;
H A Dide-probe.c818 gd->max_p = 1<<PARTN_BITS; /* 1 + max partitions / drive */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsd.c585 max_p: 1 << 4,
1180 sd_gendisks[i].max_p = 1 << 4;
1329 int max_p; local
1342 max_p = sd_gendisk.max_p;
1345 for (i = max_p - 1; i >= 0; i--) {
1383 int max_p; local
1394 max_p = sd_gendisk.max_p;
1397 for (j = max_p
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Datari.c46 int m_lim = minor + hd->max_p;
H A Defi.c33 * - only use first max_p partition entries, to keep the kernel minor number
707 int max_p; local
726 max_p = (1 << hd->minor_shift) - 1;
727 for (i = 0; i < le32_to_cpu(gpt->num_partition_entries) && i < max_p; i++) {
H A Dcheck.c348 for (part = 1; part < dev->max_p; part++) {
388 int end_minor = first_minor + dev->max_p;
H A Dibm.c184 if (counter >= hd->max_p)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_int.h91 max_p:1 << D_PARTN_BITS, \
114 max_p:1 << D_PARTN_BITS, \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dgenhd.h94 int max_p; /* maximum partitions per device */ member in struct:gendisk
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dgenhd.h94 int max_p; /* maximum partitions per device */ member in struct:gendisk
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfmhd.c1305 max_p: 1 << 6,
1468 maxp = mfm_gendisk.max_p;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpd.c352 max_p: PD_PARTNS,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dnftlcore.c71 max_p: (1<<NFTL_PARTN_BITS)-1, /* Number of partitions per real */
H A Dftl.c212 max_p: MAX_PART,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_block.c1752 max_p: 1<<4,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Dlvm.c427 max_p: 1,
H A Dmd.c122 max_p: 1,

Completed in 249 milliseconds

12