nb_boot_blocks    236 drivers/mtd/inftlmount.c 		inftl->nb_boot_blocks = ip->firstUnit;
nb_boot_blocks    239 drivers/mtd/inftlmount.c 		    inftl->nb_boot_blocks - 2)) {
nb_boot_blocks    244 drivers/mtd/inftlmount.c 				inftl->nb_boot_blocks);
nb_boot_blocks    280 drivers/mtd/inftlmount.c 		for (i = 0; i < inftl->nb_boot_blocks; i++)
nb_boot_blocks    501 drivers/mtd/inftlmount.c 		s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks);
nb_boot_blocks    163 drivers/mtd/nftlmount.c 		nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN);
nb_boot_blocks    164 drivers/mtd/nftlmount.c 		if ((nftl->nb_boot_blocks + 2) >= nftl->nb_blocks) {
nb_boot_blocks    167 drivers/mtd/nftlmount.c 			       nftl->nb_boot_blocks, nftl->nb_blocks);
nb_boot_blocks    172 drivers/mtd/nftlmount.c 		if (nftl->numvunits > (nftl->nb_blocks - nftl->nb_boot_blocks - 2)) {
nb_boot_blocks    175 drivers/mtd/nftlmount.c 			       nftl->numvunits, nftl->nb_blocks, nftl->nb_boot_blocks);
nb_boot_blocks    206 drivers/mtd/nftlmount.c 		for (i = 0; i < nftl->nb_boot_blocks; i++)
nb_boot_blocks     46 include/linux/mtd/inftl.h 	unsigned int nb_boot_blocks;	/* number of blocks used by the bios */
nb_boot_blocks     37 include/linux/mtd/nftl.h         unsigned int nb_boot_blocks;	/* number of blocks used by the bios */