Searched refs:p_size (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dkarma.c25 __le32 p_size; member in struct:disklabel::d_partition
47 if (p->p_fstype == 0x4d && le32_to_cpu(p->p_size)) {
49 le32_to_cpu(p->p_size));
H A Dosf.c42 __le32 p_size; member in struct:disklabel::d_partition
69 if (le32_to_cpu(partition->p_size))
72 le32_to_cpu(partition->p_size));
H A Dmsdos.c291 bsd_size = le32_to_cpu(p->p_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_osf.c126 uint32_t p_size; /* number of sectors in partition */ member in struct:xbsd_disklabel::xbsd_partition
451 xbsd_dlabel.d_partitions[i].p_size = 0;
455 while (xbsd_dlabel.d_partitions[xbsd_dlabel.d_npartitions-1].p_size == 0)
492 xbsd_dlabel.d_partitions[i].p_size = end - begin + 1;
552 if (pp->p_size) {
558 (long) (pp->p_offset + pp->p_size + lp->d_secpercyl - 1) / lp->d_secpercyl,
559 ((pp->p_offset + pp->p_size) % lp->d_secpercyl) ? '*' : ' ',
560 (long) pp->p_size / lp->d_secpercyl,
561 (pp->p_size % lp->d_secpercyl) ? '*' : ' '
567 (long) pp->p_offset + pp->p_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/tools/
H A Dmkbb.c58 u32 p_size; member in struct:disklabel::d_partition
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsize.c233 if (pp->p_size) {
235 *retblocks = pp->p_size / (blocksize / 512);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgenhd.h339 __le32 p_size; /* number of sectors in partition */ member in struct:bsd_disklabel::bsd_partition
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c683 const u16 p_size = wMaxPacketSize[cam->altsetting-1]; local
704 kzalloc(W9968CF_ISO_PACKETS*p_size, GFP_KERNEL))) {
707 p_size * W9968CF_ISO_PACKETS)
907 const u16 p_size = wMaxPacketSize[cam->altsetting-1]; local
931 urb->transfer_buffer_length = p_size*W9968CF_ISO_PACKETS;
934 urb->iso_frame_desc[j].offset = p_size*j;
935 urb->iso_frame_desc[j].length = p_size;

Completed in 84 milliseconds