Searched defs:yaffs_checkpt_obj (Results 1 – 1 of 1) sorted by relevance
486 struct yaffs_checkpt_obj { struct487 int struct_type;488 u32 obj_id;489 u32 parent_id;490 int hdr_chunk;491 enum yaffs_obj_type variant_type:3;492 u8 deleted:1;493 u8 soft_del:1;494 u8 unlinked:1;495 u8 fake:1;[all …]