Searched refs:yaffs_stat (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffsfs.h49 struct yaffs_stat { struct
104 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) ;
105 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) ;
106 int yaffs_fstat(int fd, struct yaffs_stat *buf) ;
H A Dyaffs_uboot_glue.c105 static const char *yaffs_file_type_str(struct yaffs_stat *stat)
368 struct yaffs_stat s;
370 yaffs_stat(fn, &s);
405 struct yaffs_stat stat;
H A Dyaffsfs.c1584 static int yaffsfs_DoStat(struct yaffs_obj *obj, struct yaffs_stat *buf)
1628 struct yaffs_stat *buf, int doLStat)
1668 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) function
1673 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf)
1678 int yaffs_fstat(int fd, struct yaffs_stat *buf)

Completed in 97 milliseconds