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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dmac.c36 unsigned secsize; local
52 secsize = be16_to_cpu(md->block_size);
54 data = read_part_sector(state, 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c637 static char *next_string(char *string, unsigned long *secsize) argument
642 if ((*secsize)-- <= 1)
649 if ((*secsize)-- <= 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c1816 static char *next_string(char *string, unsigned long *secsize) argument
1821 if ((*secsize)-- <= 1)
1828 if ((*secsize)-- <= 1)

Completed in 94 milliseconds