Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dos-ecos.h147 struct super_block { struct
148 struct jffs2_sb_info jffs2_sb;
149 struct _inode * s_root;
150 unsigned long s_mount_count;
151 cyg_io_handle_t s_dev;
167 struct rt_mutex s_lock; // Lock the inode cache
168 struct rt_event s_gc_thread_flags; // Communication with the gcthread
170 struct rt_thread s_gc_thread;
177 char s_gc_thread_stack[CYGNUM_JFFS2_GC_THREAD_STACK_SIZE];
201 struct _inode *jffs2_iget(struct super_block *sb, cyg_uint32 ino); argument
H A Dos-rtthread.h145 struct super_block { struct
146 struct jffs2_sb_info jffs2_sb;
147 struct _inode * s_root;
148 unsigned long s_mount_count;
149 cyg_io_handle_t s_dev;
165 struct rt_mutex s_lock; // Lock the inode cache
166 struct rt_event s_gc_thread_flags; // Communication with the gcthread
168 struct rt_thread s_gc_thread;
175 char s_gc_thread_stack[CYGNUM_JFFS2_GC_THREAD_STACK_SIZE];
199 struct _inode *jffs2_iget(struct super_block *sb, cyg_uint32 ino); argument