Home
last modified time | relevance | path

Searched defs:jffs2_sb_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/jffs2/
Djffs2_fs_sb.h36 struct jffs2_sb_info { struct
37 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 following
51 uint32_t cleanmarker_size; /* Size of an _inline_ CLEANMARKER
[all …]