Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Djffs2_fs_sb.h48 struct jffs2_sb_info { struct
49 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 following
63 uint32_t cleanmarker_size; /* Size of an _inline_ CLEANMARKER
[all …]