Lines Matching defs:yaffs_block_info
286 struct yaffs_block_info { struct
288 int soft_del_pages:10; /* number of soft deleted pages */
289 int pages_in_use:10; /* number of pages in use */
290 unsigned block_state:4; /* One of the above block states. */
293 u32 needs_retiring:1; /* Data has failed on this block, */
295 u32 skip_erased_check:1;/* Skip the erased check on this block */
296 u32 gc_prioritise:1; /* An ECC check or blank check has failed.
298 u32 chunk_error_strikes:3; /* How many times we've had ecc etc
300 u32 has_summary:1; /* The block has a summary */
302 u32 has_shrink_hdr:1; /* This block has at least one shrink header */
303 u32 seq_number; /* block sequence number for yaffs2 */