Lines Matching defs:yaffs_checkpt_obj
486 struct yaffs_checkpt_obj { struct
487 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;
496 u8 rename_allowed:1;
497 u8 unlink_allowed:1;
498 u8 serial;
499 int n_data_chunks;
500 loff_t size_or_equiv_obj;