Searched defs:jffs2_sb_info (Results 1 – 1 of 1) sorted by relevance
36 struct jffs2_sb_info { struct37 struct mtd_info *mtd;39 uint32_t highest_ino;40 uint32_t checked_ino;42 unsigned int flags;44 struct task_struct *gc_task; /* GC task struct */45 struct completion gc_thread_start; /* GC thread start completion */46 struct completion gc_thread_exit; /* GC thread exit completion port */48 struct mutex alloc_sem; /* Used to protect all the following51 uint32_t cleanmarker_size; /* Size of an _inline_ CLEANMARKER[all …]