Home
last modified time | relevance | path

Searched refs:num_parts (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/mtd/
Dcmdlinepart.c51 int num_parts; member
72 int *num_parts, in newpart() argument
155 if ((parts = newpart(s + 1, &s, num_parts, in newpart()
163 *num_parts = this_part + 1; in newpart()
164 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart()
173 extra_mem = (unsigned char *)(parts + *num_parts); in newpart()
221 int num_parts; in mtdpart_setup_real() local
241 &num_parts, /* out: number of parts */ in mtdpart_setup_real()
259 this_mtd->num_parts = num_parts; in mtdpart_setup_real()
269 this_mtd->mtd_id, this_mtd->num_parts)); in mtdpart_setup_real()
[all …]
/linux-2.4.37.9/drivers/block/
Dida_ioctl.h49 int num_parts; /* number of partitions configured on logvol */ member
Dcpqarray.c1368 int num_parts = 0; in ida_ioctl() local
1379 num_parts++; in ida_ioctl()
1381 luninfo.num_parts = num_parts; in ida_ioctl()
Dcciss.c945 int num_parts = 0; in cciss_ioctl() local
956 num_parts++; in cciss_ioctl()
958 luninfo.num_parts = num_parts; in cciss_ioctl()
/linux-2.4.37.9/include/linux/
Dcciss_ioctl.h187 int num_parts; /* number of partitions configured on logvol */ member