Lines Matching refs:jffs2_sb_info

115 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_…
116 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, const u_char…
117 int jffs2_flash_read(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, u_char *buf);
118 int jffs2_check_oob_empty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,int mode);
119 int jffs2_check_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
120 int jffs2_write_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
121 int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_o…
124 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
125 int jffs2_flush_wbuf_pad(struct jffs2_sb_info *c);
126 int jffs2_nand_flash_setup(struct jffs2_sb_info *c);
127 void jffs2_nand_flash_cleanup(struct jffs2_sb_info *c);
130 int jffs2_dataflash_setup(struct jffs2_sb_info *c);
131 void jffs2_dataflash_cleanup(struct jffs2_sb_info *c);
133 int jffs2_ubivol_setup(struct jffs2_sb_info *c);
134 void jffs2_ubivol_cleanup(struct jffs2_sb_info *c);
137 int jffs2_nor_wbuf_flash_setup(struct jffs2_sb_info *c);
138 void jffs2_nor_wbuf_flash_cleanup(struct jffs2_sb_info *c);
139 void jffs2_dirty_trigger(struct jffs2_sb_info *c);
144 int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c);
145 void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c);
146 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c);
176 void jffs2_gc_release_inode(struct jffs2_sb_info *c,
178 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c,
181 unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
185 void jffs2_gc_release_page(struct jffs2_sb_info *c,
188 void jffs2_flash_cleanup(struct jffs2_sb_info *c);
192 int jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs,
194 int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len,