Searched refs:ReplUnitTable (Results 1 – 2 of 2) sorted by relevance
135 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record()194 nftl->ReplUnitTable = kmalloc_array(nftl->nb_blocks, in find_boot_record()197 if (!nftl->ReplUnitTable) { in find_boot_record()204 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()207 nftl->ReplUnitTable[i] = BLOCK_NOTEXPLORED; in find_boot_record()211 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record()226 kfree(nftl->ReplUnitTable); in find_boot_record()233 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()237 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()414 block = nftl->ReplUnitTable[block]; in check_sectors_in_chain()[all …]
35 __u16 *ReplUnitTable; /* [numEUNs]: ReplUnitNumber for each */ member