Searched refs:nb_boot_blocks (Results 1 – 4 of 4) sorted by relevance
163 nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN); in find_boot_record() 164 if ((nftl->nb_boot_blocks + 2) >= nftl->nb_blocks) { in find_boot_record() 166 printk(KERN_NOTICE "nb_boot_blocks (%d) + 2 > nb_blocks (%d)\n", in find_boot_record() 167 nftl->nb_boot_blocks, nftl->nb_blocks); in find_boot_record() 172 if (nftl->numvunits > (nftl->nb_blocks - nftl->nb_boot_blocks - 2)) { in find_boot_record() 174 printk(KERN_NOTICE "numvunits (%d) > nb_blocks (%d) - nb_boot_blocks(%d) - 2\n", in find_boot_record() 175 nftl->numvunits, nftl->nb_blocks, nftl->nb_boot_blocks); in find_boot_record() 203 for (i = 0; i < nftl->nb_boot_blocks; i++) in find_boot_record()
236 inftl->nb_boot_blocks = ip->firstUnit; in find_boot_record() 239 inftl->nb_boot_blocks - 2)) { in find_boot_record() 242 "(%d) - nb_boot_blocks(%d) - 2\n", in find_boot_record() 244 inftl->nb_boot_blocks); in find_boot_record() 273 for (i = 0; i < inftl->nb_boot_blocks; i++) in find_boot_record() 491 " nb_boot_blocks = %d", in INFTL_dumptables() 494 s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks); in INFTL_dumptables()
37 unsigned int nb_boot_blocks; /* number of blocks used by the bios */ member
46 unsigned int nb_boot_blocks; /* number of blocks used by the bios */ member