Searched defs:jffs2_sb_info (Results 1 – 2 of 2) sorted by relevance
48 struct jffs2_sb_info { struct49 struct mtd_info *mtd;51 uint32_t highest_ino;52 uint32_t check_ino; /* *NEXT* inode to be checked */54 unsigned int flags;56 struct task_struct *gc_task; /* GC task struct */57 struct completion gc_thread_start; /* GC thread start completion */58 struct completion gc_thread_exit; /* GC thread exit completion port */60 struct mutex alloc_sem; /* Used to protect all the following63 uint32_t cleanmarker_size; /* Size of an _inline_ CLEANMARKER[all …]
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 …]