X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=5fa1877114e418a4c25eccbb2a0b34756ec82631;hp=5ebc3787b4d46f905f028816ac4ed9f2a308edea;hb=b21bef3bd5ef583feed45f0500a1058cbaa47136;hpb=1f3d64d1d804fef6715126dead54bf30b176c67e diff --git a/yaffs_guts.h b/yaffs_guts.h index 5ebc378..5fa1877 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -885,6 +885,7 @@ struct yaffs_xattr_mod { int yaffs_guts_initialise(struct yaffs_dev *dev); void yaffs_deinitialise(struct yaffs_dev *dev); +void yaffs_guts_cleanup(struct yaffs_dev *dev); int yaffs_get_n_free_chunks(struct yaffs_dev *dev); @@ -1039,6 +1040,11 @@ loff_t yaffs_oh_to_size(struct yaffs_dev *dev, struct yaffs_obj_hdr *oh, int do_endian); loff_t yaffs_max_file_size(struct yaffs_dev *dev); + +/* yaffs_wr_data_obj needs to be exposed to allow the cache to access it. */ +int yaffs_wr_data_obj(struct yaffs_obj *in, int inode_chunk, + const u8 *buffer, int n_bytes, int use_reserve); + /* * Debug function to count number of blocks in each state * NB Needs to be called with correct number of integers