Lines Matching defs:obj
666 void yaffs_set_obj_name(struct yaffs_obj *obj, const YCHAR * name) in yaffs_set_obj_name()
678 void yaffs_set_obj_name_from_oh(struct yaffs_obj *obj, in yaffs_set_obj_name_from_oh()
1248 static void yaffs_remove_obj_from_dir(struct yaffs_obj *obj) in yaffs_remove_obj_from_dir()
1267 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj) in yaffs_add_obj_to_dir()
1307 static int yaffs_change_obj_name(struct yaffs_obj *obj, in yaffs_change_obj_name()
1367 static int yaffs_obj_cache_dirty(struct yaffs_obj *obj) in yaffs_obj_cache_dirty()
1383 static void yaffs_flush_file_cache(struct yaffs_obj *obj) in yaffs_flush_file_cache()
1434 struct yaffs_obj *obj; in yaffs_flush_whole_cache() local
1519 static struct yaffs_cache *yaffs_find_chunk_cache(const struct yaffs_obj *obj, in yaffs_find_chunk_cache()
1596 static void yaffs_unhash_obj(struct yaffs_obj *obj) in yaffs_unhash_obj()
1610 static void yaffs_free_obj(struct yaffs_obj *obj) in yaffs_free_obj()
1641 void yaffs_handle_defered_free(struct yaffs_obj *obj) in yaffs_handle_defered_free()
1667 static void yaffs_soft_del_file(struct yaffs_obj *obj) in yaffs_soft_del_file()
1797 struct yaffs_obj *obj = yaffs_alloc_raw_obj(dev); in yaffs_alloc_empty_obj() local
1973 struct yaffs_obj *obj = in yaffs_create_fake_dir() local
2055 static void yaffs_update_parent(struct yaffs_obj *obj) in yaffs_update_parent()
2082 struct yaffs_obj *obj; in yaffs_update_dirty_dirs() local
3040 static int yaffs_do_xattrib_mod(struct yaffs_obj *obj, int set, in yaffs_do_xattrib_mod()
3062 static int yaffs_apply_xattrib_mod(struct yaffs_obj *obj, char *buffer, in yaffs_apply_xattrib_mod()
3085 static int yaffs_do_xattrib_fetch(struct yaffs_obj *obj, const YCHAR *name, in yaffs_do_xattrib_fetch()
3136 int yaffs_set_xattrib(struct yaffs_obj *obj, const YCHAR * name, in yaffs_set_xattrib()
3142 int yaffs_remove_xattrib(struct yaffs_obj *obj, const YCHAR * name) in yaffs_remove_xattrib()
3147 int yaffs_get_xattrib(struct yaffs_obj *obj, const YCHAR * name, void *value, in yaffs_get_xattrib()
3153 int yaffs_list_xattrib(struct yaffs_obj *obj, char *buffer, int size) in yaffs_list_xattrib()
3721 void yaffs_resize_file_down(struct yaffs_obj *obj, loff_t new_size) in yaffs_resize_file_down()
3875 int yaffs_is_non_empty_dir(struct yaffs_obj *obj) in yaffs_is_non_empty_dir()
3882 static int yaffs_del_dir(struct yaffs_obj *obj) in yaffs_del_dir()
3908 int yaffs_del_obj(struct yaffs_obj *obj) in yaffs_del_obj()
3941 static int yaffs_unlink_worker(struct yaffs_obj *obj) in yaffs_unlink_worker()
4020 static int yaffs_unlink_obj(struct yaffs_obj *obj) in yaffs_unlink_obj()
4030 struct yaffs_obj *obj; in yaffs_unlinker() local
4042 struct yaffs_obj *obj = NULL; in yaffs_rename_obj() local
4119 struct yaffs_obj *obj; in yaffs_handle_shadowed_obj() local
4213 static int yaffs_has_null_parent(struct yaffs_dev *dev, struct yaffs_obj *obj) in yaffs_has_null_parent()
4221 struct yaffs_obj *obj; in yaffs_fix_hanging_objs() local
4285 struct yaffs_obj *obj; in yaffs_del_dir_contents() local
4365 struct yaffs_obj *yaffs_get_equivalent_obj(struct yaffs_obj *obj) in yaffs_get_equivalent_obj()
4393 static void yaffs_fix_null_name(struct yaffs_obj *obj, YCHAR *name, in yaffs_fix_null_name()
4415 int yaffs_get_obj_name(struct yaffs_obj *obj, YCHAR *name, int buffer_size) in yaffs_get_obj_name()
4446 loff_t yaffs_get_obj_length(struct yaffs_obj *obj) in yaffs_get_obj_length()
4464 int yaffs_get_obj_link_count(struct yaffs_obj *obj) in yaffs_get_obj_link_count()
4478 int yaffs_get_obj_inode(struct yaffs_obj *obj) in yaffs_get_obj_inode()
4485 unsigned yaffs_get_obj_type(struct yaffs_obj *obj) in yaffs_get_obj_type()
4519 YCHAR *yaffs_get_symlink_alias(struct yaffs_obj *obj) in yaffs_get_symlink_alias()