Lines Matching refs:YCHAR
316 YCHAR name[YAFFS_MAX_NAME_LENGTH + 1];
334 YCHAR alias[YAFFS_MAX_ALIAS_LENGTH + 1];
383 YCHAR *alias;
453 YCHAR short_name[YAFFS_SHORT_NAME_LENGTH + 1];
516 const YCHAR *name;
821 const YCHAR *name;
835 int yaffs_rename_obj(struct yaffs_obj *old_dir, const YCHAR * old_name,
836 struct yaffs_obj *new_dir, const YCHAR * new_name);
838 int yaffs_unlinker(struct yaffs_obj *dir, const YCHAR * name);
841 int yaffs_get_obj_name(struct yaffs_obj *obj, YCHAR * name, int buffer_size);
855 const YCHAR *name, u32 mode, u32 uid,
867 struct yaffs_obj *yaffs_create_dir(struct yaffs_obj *parent, const YCHAR *name,
870 const YCHAR *name);
874 struct yaffs_obj *yaffs_link_obj(struct yaffs_obj *parent, const YCHAR *name,
881 const YCHAR *name, u32 mode, u32 uid,
882 u32 gid, const YCHAR *alias);
883 YCHAR *yaffs_get_symlink_alias(struct yaffs_obj *obj);
887 const YCHAR *name, u32 mode, u32 uid,
890 int yaffs_set_xattrib(struct yaffs_obj *obj, const YCHAR *name,
892 int yaffs_get_xattrib(struct yaffs_obj *obj, const YCHAR *name, void *value,
895 int yaffs_remove_xattrib(struct yaffs_obj *obj, const YCHAR *name);
927 void yaffs_set_obj_name(struct yaffs_obj *obj, const YCHAR *name);
931 YCHAR *yaffs_clone_str(const YCHAR *str);
934 int yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name,