Searched refs:nb_boot_blocks (Results 1 – 3 of 3) 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()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()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()
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