Searched refs:block_status (Results 1 – 3 of 3) sorted by relevance
36 oob[5] |= spare->block_status == 'Y' ? 0 : 0x80; in translate_spare2oob()51 spare->block_status = oob[5] & 0x80 ? 0xff : 'Y'; in translate_oob2spare()
367 spare.block_status = 'Y'; in yaffs_tags_compat_mark_bad()399 if (hweight8(spare0.block_status & spare1.block_status) < 7) in yaffs_tags_compat_query_block()
216 u8 block_status; member