Lines Matching defs:obj

667 void yaffs_set_obj_name(struct yaffs_obj *obj, const YCHAR * name)  in yaffs_set_obj_name()
679 void yaffs_set_obj_name_from_oh(struct yaffs_obj *obj, in yaffs_set_obj_name_from_oh()
1249 static void yaffs_remove_obj_from_dir(struct yaffs_obj *obj) in yaffs_remove_obj_from_dir()
1268 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj) in yaffs_add_obj_to_dir()
1308 static int yaffs_change_obj_name(struct yaffs_obj *obj, in yaffs_change_obj_name()
1368 static int yaffs_obj_cache_dirty(struct yaffs_obj *obj) in yaffs_obj_cache_dirty()
1384 static void yaffs_flush_file_cache(struct yaffs_obj *obj) in yaffs_flush_file_cache()
1435 struct yaffs_obj *obj; in yaffs_flush_whole_cache() local
1520 static struct yaffs_cache *yaffs_find_chunk_cache(const struct yaffs_obj *obj, in yaffs_find_chunk_cache()
1597 static void yaffs_unhash_obj(struct yaffs_obj *obj) in yaffs_unhash_obj()
1611 static void yaffs_free_obj(struct yaffs_obj *obj) in yaffs_free_obj()
1642 void yaffs_handle_defered_free(struct yaffs_obj *obj) in yaffs_handle_defered_free()
1668 static void yaffs_soft_del_file(struct yaffs_obj *obj) in yaffs_soft_del_file()
1798 struct yaffs_obj *obj = yaffs_alloc_raw_obj(dev); in yaffs_alloc_empty_obj() local
1974 struct yaffs_obj *obj = in yaffs_create_fake_dir() local
2056 static void yaffs_update_parent(struct yaffs_obj *obj) in yaffs_update_parent()
2083 struct yaffs_obj *obj; in yaffs_update_dirty_dirs() local
3041 static int yaffs_do_xattrib_mod(struct yaffs_obj *obj, int set, in yaffs_do_xattrib_mod()
3063 static int yaffs_apply_xattrib_mod(struct yaffs_obj *obj, char *buffer, in yaffs_apply_xattrib_mod()
3086 static int yaffs_do_xattrib_fetch(struct yaffs_obj *obj, const YCHAR *name, in yaffs_do_xattrib_fetch()
3137 int yaffs_set_xattrib(struct yaffs_obj *obj, const YCHAR * name, in yaffs_set_xattrib()
3143 int yaffs_remove_xattrib(struct yaffs_obj *obj, const YCHAR * name) in yaffs_remove_xattrib()
3148 int yaffs_get_xattrib(struct yaffs_obj *obj, const YCHAR * name, void *value, in yaffs_get_xattrib()
3154 int yaffs_list_xattrib(struct yaffs_obj *obj, char *buffer, int size) in yaffs_list_xattrib()
3722 void yaffs_resize_file_down(struct yaffs_obj *obj, loff_t new_size) in yaffs_resize_file_down()
3876 int yaffs_is_non_empty_dir(struct yaffs_obj *obj) in yaffs_is_non_empty_dir()
3883 static int yaffs_del_dir(struct yaffs_obj *obj) in yaffs_del_dir()
3909 int yaffs_del_obj(struct yaffs_obj *obj) in yaffs_del_obj()
3942 static int yaffs_unlink_worker(struct yaffs_obj *obj) in yaffs_unlink_worker()
4021 static int yaffs_unlink_obj(struct yaffs_obj *obj) in yaffs_unlink_obj()
4031 struct yaffs_obj *obj; in yaffs_unlinker() local
4043 struct yaffs_obj *obj = NULL; in yaffs_rename_obj() local
4120 struct yaffs_obj *obj; in yaffs_handle_shadowed_obj() local
4214 static int yaffs_has_null_parent(struct yaffs_dev *dev, struct yaffs_obj *obj) in yaffs_has_null_parent()
4222 struct yaffs_obj *obj; in yaffs_fix_hanging_objs() local
4286 struct yaffs_obj *obj; in yaffs_del_dir_contents() local
4366 struct yaffs_obj *yaffs_get_equivalent_obj(struct yaffs_obj *obj) in yaffs_get_equivalent_obj()
4394 static void yaffs_fix_null_name(struct yaffs_obj *obj, YCHAR *name, in yaffs_fix_null_name()
4416 int yaffs_get_obj_name(struct yaffs_obj *obj, YCHAR *name, int buffer_size) in yaffs_get_obj_name()
4447 loff_t yaffs_get_obj_length(struct yaffs_obj *obj) in yaffs_get_obj_length()
4465 int yaffs_get_obj_link_count(struct yaffs_obj *obj) in yaffs_get_obj_link_count()
4479 int yaffs_get_obj_inode(struct yaffs_obj *obj) in yaffs_get_obj_inode()
4486 unsigned yaffs_get_obj_type(struct yaffs_obj *obj) in yaffs_get_obj_type()
4520 YCHAR *yaffs_get_symlink_alias(struct yaffs_obj *obj) in yaffs_get_symlink_alias()