Searched refs:d_npartitions (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dosf.c39 __le16 d_npartitions; member in struct:disklabel
66 for (i = 0 ; i < le16_to_cpu(label->d_npartitions); i++, partition++) {
H A Dmsdos.c289 if (le16_to_cpu(l->d_npartitions) < max_partitions)
290 max_partitions = le16_to_cpu(l->d_npartitions);
310 if (le16_to_cpu(l->d_npartitions) > max_partitions) {
312 le16_to_cpu(l->d_npartitions) - max_partitions);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_osf.c122 uint16_t d_npartitions; /* number of partitions in following */ member in struct:xbsd_disklabel
450 i = xbsd_get_part_index(xbsd_dlabel.d_npartitions);
454 if (xbsd_dlabel.d_npartitions == i + 1)
455 while (xbsd_dlabel.d_partitions[xbsd_dlabel.d_npartitions-1].p_size == 0)
456 xbsd_dlabel.d_npartitions--;
548 printf("\n%d partitions:\n", lp->d_npartitions);
551 for (i = 0; i < lp->d_npartitions; i++, pp++) {
790 i = xbsd_get_part_index(xbsd_dlabel.d_npartitions);
811 if (xbsd_dlabel.d_npartitions == BSD_MAXPARTITIONS) {
826 if (*i >= xbsd_dlabel.d_npartitions)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dmkbb.c56 u16 d_npartitions; member in struct:disklabel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgenhd.h450 __le16 d_npartitions; /* number of partitions in following */ member in struct:bsd_disklabel

Completed in 46 milliseconds