Lines Matching defs:in

986 static int yaffs_find_chunk_in_file(struct yaffs_obj *in, int inode_chunk,  in yaffs_find_chunk_in_file()
1013 static int yaffs_find_del_file_chunk(struct yaffs_obj *in, int inode_chunk, in yaffs_find_del_file_chunk()
1045 int yaffs_put_chunk_in_file(struct yaffs_obj *in, int inode_chunk, in yaffs_put_chunk_in_file()
1202 static int yaffs_soft_del_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, in yaffs_soft_del_worker()
1582 static void yaffs_invalidate_whole_cache(struct yaffs_obj *in) in yaffs_invalidate_whole_cache()
1647 static int yaffs_generic_obj_del(struct yaffs_obj *in) in yaffs_generic_obj_del()
1886 static void yaffs_hash_obj(struct yaffs_obj *in) in yaffs_hash_obj()
1899 struct yaffs_obj *in; in yaffs_find_by_number() local
2121 struct yaffs_obj *in; in yaffs_create_obj() local
2907 static int yaffs_rd_data_obj(struct yaffs_obj *in, int inode_chunk, u8 * buffer) in yaffs_rd_data_obj()
2983 static int yaffs_wr_data_obj(struct yaffs_obj *in, int inode_chunk, in yaffs_wr_data_obj()
3159 static void yaffs_check_obj_details_loaded(struct yaffs_obj *in) in yaffs_check_obj_details_loaded()
3259 int yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name, int force, in yaffs_update_oh()
3413 int yaffs_file_rd(struct yaffs_obj *in, u8 * buffer, loff_t offset, int n_bytes) in yaffs_file_rd()
3492 int yaffs_do_file_wr(struct yaffs_obj *in, const u8 *buffer, loff_t offset, in yaffs_do_file_wr()
3663 int yaffs_wr_file(struct yaffs_obj *in, const u8 *buffer, loff_t offset, in yaffs_wr_file()
3672 static void yaffs_prune_chunks(struct yaffs_obj *in, loff_t new_size) in yaffs_prune_chunks()
3752 int yaffs_resize_file(struct yaffs_obj *in, loff_t new_size) in yaffs_resize_file()
3790 int yaffs_flush_file(struct yaffs_obj *in, int update_time, int data_sync) in yaffs_flush_file()
3812 static int yaffs_unlink_file_if_needed(struct yaffs_obj *in) in yaffs_unlink_file_if_needed()
3841 int yaffs_del_file(struct yaffs_obj *in) in yaffs_del_file()
3892 static int yaffs_del_symlink(struct yaffs_obj *in) in yaffs_del_symlink()
3900 static int yaffs_del_link(struct yaffs_obj *in) in yaffs_del_link()
4150 struct yaffs_obj *in; in yaffs_link_fixup() local