• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/

Lines Matching refs:jffs2_sb_info

116 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino);
117 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, const u_char *buf);
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_offset);
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);
143 static inline void jffs2_dirty_trigger(struct jffs2_sb_info *c)
149 int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c);
150 void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c);
151 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c);
181 void jffs2_gc_release_inode(struct jffs2_sb_info *c,
183 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c,
186 unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
190 void jffs2_gc_release_page(struct jffs2_sb_info *c,
193 void jffs2_flash_cleanup(struct jffs2_sb_info *c);
197 int jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs,
199 int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len,