Searched refs:nb_blocks (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dinftlmount.c64 inftl->nb_blocks = (u32)inftl->mbd.mtd->size / inftl->EraseSize;
69 for (block = 0; block < inftl->nb_blocks; block++) {
189 inftl->nb_blocks = (u32)inftl->mbd.mtd->size / inftl->EraseSize;
262 if (inftl->numvunits > (inftl->nb_blocks -
265 "failed:\n numvunits (%d) > nb_blocks "
267 inftl->numvunits, inftl->nb_blocks,
281 inftl->nb_blocks = ip->lastUnit + 1;
284 inftl->PUtable = kmalloc(inftl->nb_blocks * sizeof(u16), GFP_KERNEL);
288 inftl->nb_blocks * sizeof(u16));
292 inftl->VUtable = kmalloc(inftl->nb_blocks * sizeo
[all...]
H A Dnftlmount.c55 nftl->nb_blocks = (u32)nftl->mbd.mtd->size / nftl->EraseSize;
61 for (block = 0; block < nftl->nb_blocks; block++) {
155 if ((nftl->nb_boot_blocks + 2) >= nftl->nb_blocks) {
157 printk(KERN_NOTICE "nb_boot_blocks (%d) + 2 > nb_blocks (%d)\n",
158 nftl->nb_boot_blocks, nftl->nb_blocks);
163 if (nftl->numvunits > (nftl->nb_blocks - nftl->nb_boot_blocks - 2)) {
165 printk(KERN_NOTICE "numvunits (%d) > nb_blocks (%d) - nb_boot_blocks(%d) - 2\n",
166 nftl->numvunits, nftl->nb_blocks, nftl->nb_boot_blocks);
173 reduce nb_blocks accordingly so we forget they're there */
174 nftl->nb_blocks
[all...]
H A Dinftlcore.c216 int silly = inftl->nb_blocks;
281 while (thisEUN < inftl->nb_blocks) {
427 for (chain = 0; chain < inftl->nb_blocks; chain++) {
595 if (prev_block < inftl->nb_blocks)
668 while (thisEUN < inftl->nb_blocks) {
728 BUG_ON(thisEUN >= inftl->nb_blocks);
773 while (thisEUN < inftl->nb_blocks) {
882 while (thisEUN < inftl->nb_blocks) {
H A Dnftlcore.c219 int silly = nftl->nb_blocks;
735 while (thisEUN < nftl->nb_blocks) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dinftl.h44 unsigned int nb_blocks; /* number of physical blocks */ member in struct:INFTLrecord
H A Dnftl.h50 unsigned int nb_blocks; /* number of physical blocks */ member in struct:NFTLrecord
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegdec.h80 int nb_blocks[MAX_COMPONENTS]; member in struct:MJpegDecodeContext
H A Dmjpegdec.c734 n = s->nb_blocks[i];
775 n = s->nb_blocks[i];
875 n = s->nb_blocks[i];
1062 s->nb_blocks[i] = s->h_count[index] * s->v_count[index];
1094 s->nb_blocks[0] = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegdec.h90 int nb_blocks[MAX_COMPONENTS]; member in struct:MJpegDecodeContext
H A Dmjpegdec.c1020 n = s->nb_blocks[i];
1088 n = s->nb_blocks[i];
1213 n = s->nb_blocks[i];
1384 s->nb_blocks[i] = s->h_count[index] * s->v_count[index];
1422 s->nb_blocks[0] = 1;

Completed in 87 milliseconds