Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
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) ;
A Dyaffs_uboot_glue.c103 static const char *yaffs_file_type_str(struct yaffs_stat *stat) in yaffs_file_type_str()
366 struct yaffs_stat s; in cmd_yaffs_mread_file()
368 yaffs_stat(fn, &s); in cmd_yaffs_mread_file()
403 struct yaffs_stat stat; in cmd_yaffs_ls()
A Dyaffsfs.c1584 static int yaffsfs_DoStat(struct yaffs_obj *obj, struct yaffs_stat *buf) in yaffsfs_DoStat()
1628 struct yaffs_stat *buf, int doLStat) in yaffsfs_DoStatOrLStat()
1668 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_stat() function
1673 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_lstat()
1678 int yaffs_fstat(int fd, struct yaffs_stat *buf) in yaffs_fstat()

Completed in 9 milliseconds