Lines Matching refs:yaffs_dev
18 static int yaffs2_checkpt_space_ok(struct yaffs_dev *dev) in yaffs2_checkpt_space_ok()
28 static int yaffs_checkpt_erase(struct yaffs_dev *dev) in yaffs_checkpt_erase()
65 static void yaffs2_checkpt_find_erased_block(struct yaffs_dev *dev) in yaffs2_checkpt_find_erased_block()
98 static void yaffs2_checkpt_find_block(struct yaffs_dev *dev) in yaffs2_checkpt_find_block()
139 int yaffs2_checkpt_open(struct yaffs_dev *dev, int writing) in yaffs2_checkpt_open()
194 int yaffs2_get_checkpt_sum(struct yaffs_dev *dev, u32 * sum) in yaffs2_get_checkpt_sum()
203 static int yaffs2_checkpt_flush_buffer(struct yaffs_dev *dev) in yaffs2_checkpt_flush_buffer()
258 int yaffs2_checkpt_wr(struct yaffs_dev *dev, const void *data, int n_bytes) in yaffs2_checkpt_wr()
288 int yaffs2_checkpt_rd(struct yaffs_dev *dev, void *data, int n_bytes) in yaffs2_checkpt_rd()
359 int yaffs_checkpt_close(struct yaffs_dev *dev) in yaffs_checkpt_close()
400 int yaffs2_checkpt_invalidate_stream(struct yaffs_dev *dev) in yaffs2_checkpt_invalidate_stream()