Searched defs:jffs2_sb_info (Results 1 – 1 of 1) sorted by relevance
49 struct jffs2_sb_info { struct50 struct mtd_info *mtd;52 uint32_t highest_ino;53 uint32_t check_ino; /* *NEXT* inode to be checked */55 unsigned int flags;57 struct task_struct *gc_task; /* GC task struct */58 struct completion gc_thread_start; /* GC thread start completion */59 struct completion gc_thread_exit; /* GC thread exit completion port */61 struct mutex alloc_sem; /* Used to protect all the following64 uint32_t cleanmarker_size; /* Size of an _inline_ CLEANMARKER[all …]