Searched refs:yaffs_stat (Results 1 – 3 of 3) sorted by relevance
49 struct yaffs_stat { struct104 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) ;
103 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()
1584 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() function1673 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