Searched defs:super_block (Results 1 – 2 of 2) sorted by relevance
147 struct super_block { struct148 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 cache168 struct rt_event s_gc_thread_flags; // Communication with the gcthread170 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
145 struct super_block { struct146 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 cache166 struct rt_event s_gc_thread_flags; // Communication with the gcthread168 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