Lines Matching refs:YCHAR
41 YCHAR d_name[NAME_MAX+1]; /* file name (null-terminated) */
79 int yaffs_open(const YCHAR *path, int oflag, int mode) ;
86 int yaffs_access(const YCHAR *path, int amode);
98 int yaffs_truncate(const YCHAR *path, loff_t new_size);
101 int yaffs_unlink(const YCHAR *path) ;
102 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) ;
104 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) ;
105 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) ;
108 int yaffs_utime(const YCHAR *path, const struct yaffs_utimbuf *buf);
148 int yaffs_chmod(const YCHAR *path, mode_t mode);
151 int yaffs_mkdir(const YCHAR *path, mode_t mode) ;
152 int yaffs_rmdir(const YCHAR *path) ;
154 yaffs_DIR *yaffs_opendir(const YCHAR *dirname) ;
159 int yaffs_mount(const YCHAR *path) ;
160 int yaffs_mount2(const YCHAR *path, int read_only);
161 int yaffs_mount_common(const YCHAR *path, int read_only, int skip_checkpt);
163 int yaffs_unmount(const YCHAR *path) ;
164 int yaffs_unmount2(const YCHAR *path, int force);
165 int yaffs_remount(const YCHAR *path, int force, int read_only);
168 int yaffs_sync(const YCHAR *path) ;
170 int yaffs_symlink(const YCHAR *oldpath, const YCHAR *newpath);
171 int yaffs_readlink(const YCHAR *path, YCHAR *buf, int bufsiz);
173 int yaffs_link(const YCHAR *oldpath, const YCHAR *newpath);
174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
176 loff_t yaffs_freespace(const YCHAR *path);
177 loff_t yaffs_totalspace(const YCHAR *path);
179 int yaffs_inodecount(const YCHAR *path);
181 int yaffs_n_handles(const YCHAR *path);
185 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int shareMode);
202 void *yaffs_getdev(const YCHAR *path);
203 int yaffs_dump_dev(const YCHAR *path);