Searched refs:secsize (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmac.c36 unsigned secsize; local
52 secsize = be16_to_cpu(md->block_size);
54 data = read_dev_sector(bdev, secsize/512, &sect);
57 part = (struct mac_partition *) (data + secsize%512);
65 int pos = blk * secsize;
74 be32_to_cpu(part->start_block) * (secsize/512),
75 be32_to_cpu(part->block_count) * (secsize/512));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c516 static char *next_string(char *string, unsigned long *secsize) argument
521 if ((*secsize)-- <= 1)
528 if ((*secsize)-- <= 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c1157 unsigned char heads, unsigned int secsize)
1166 p->cylinders = discsize / (secsptrack * heads * secsize);
1156 xd_set_geometry(struct block_device *bdev, unsigned char secsptrack, unsigned char heads, unsigned int secsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1420 static char *next_string(char *string, unsigned long *secsize) argument
1425 if ((*secsize)-- <= 1)
1432 if ((*secsize)-- <= 1)

Completed in 113 milliseconds