Home
last modified time | relevance | path

Searched defs:yaffs_stat (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffsfs.h49 struct yaffs_stat { struct
50 int st_dev; /* device */
51 int st_ino; /* inode */
52 unsigned st_mode; /* protection */
53 int st_nlink; /* number of hard links */
54 int st_uid; /* user ID of owner */
55 int st_gid; /* group ID of owner */
56 unsigned st_rdev; /* device type (if inode device) */
57 loff_t st_size; /* total size, in bytes */
58 unsigned long st_blksize; /* blocksize for filesystem I/O */
[all …]
Dyaffsfs.c1667 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_stat() function