Lines Matching refs:jffs2_sb_info

116 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_…
117 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, const u_char…
118 int jffs2_flash_read(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, u_char *buf);
119 int jffs2_check_oob_empty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,int mode);
120 int jffs2_check_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
121 int jffs2_write_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
122 int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_o…
125 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
126 int jffs2_flush_wbuf_pad(struct jffs2_sb_info *c);
127 int jffs2_nand_flash_setup(struct jffs2_sb_info *c);
128 void jffs2_nand_flash_cleanup(struct jffs2_sb_info *c);
131 int jffs2_dataflash_setup(struct jffs2_sb_info *c);
132 void jffs2_dataflash_cleanup(struct jffs2_sb_info *c);
134 int jffs2_ubivol_setup(struct jffs2_sb_info *c);
135 void jffs2_ubivol_cleanup(struct jffs2_sb_info *c);
138 int jffs2_nor_wbuf_flash_setup(struct jffs2_sb_info *c);
139 void jffs2_nor_wbuf_flash_cleanup(struct jffs2_sb_info *c);
140 void jffs2_dirty_trigger(struct jffs2_sb_info *c);
145 int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c);
146 void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c);
147 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c);
177 void jffs2_gc_release_inode(struct jffs2_sb_info *c,
179 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c,
182 unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
186 void jffs2_gc_release_page(struct jffs2_sb_info *c,
189 void jffs2_flash_cleanup(struct jffs2_sb_info *c);
193 int jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs,
195 int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len,