Searched refs:bam_cache (Results 1 – 1 of 1) sorted by relevance
127 uint32_t *bam_cache; member278 part->bam_cache = kmalloc(part->BlocksPerUnit * sizeof(uint32_t), in build_maps()280 if (!part->bam_cache) in build_maps()293 (unsigned char *)part->bam_cache); in build_maps()299 if (BLOCK_FREE(le32_to_cpu(part->bam_cache[j]))) { in build_maps()302 } else if ((BLOCK_TYPE(le32_to_cpu(part->bam_cache[j])) == BLOCK_DATA) && in build_maps()303 (BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j])) < blocks)) in build_maps()304 part->VirtualBlockMap[BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j]))] = in build_maps()306 else if (BLOCK_DELETED(le32_to_cpu(part->bam_cache[j]))) in build_maps()315 kfree(part->bam_cache); in build_maps()[all …]