Searched refs:BLOCK_DELETED (Results 1 – 3 of 3) sorted by relevance
66 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) macro
63 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) macro
409 else if (BLOCK_DELETED(le32_to_cpu(part->bam_cache[j]))) in build_maps()1035 (!BLOCK_DELETED(virt_addr) && (old_addr != 0xfffffffe))) { in set_bam_entry()