Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
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) ;
Dyaffs_uboot_glue.c102 static const char *yaffs_file_type_str(struct yaffs_stat *stat) in yaffs_file_type_str()
365 struct yaffs_stat s; in cmd_yaffs_mread_file()
367 yaffs_stat(fn, &s); in cmd_yaffs_mread_file()
402 struct yaffs_stat stat; in cmd_yaffs_ls()
Dyaffsfs.c1583 static int yaffsfs_DoStat(struct yaffs_obj *obj, struct yaffs_stat *buf) in yaffsfs_DoStat()
1627 struct yaffs_stat *buf, int doLStat) in yaffsfs_DoStatOrLStat()
1667 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_stat() function
1672 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_lstat()
1677 int yaffs_fstat(int fd, struct yaffs_stat *buf) in yaffs_fstat()