Lines Matching defs:yaffs_stat
49 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 */
59 unsigned long st_blocks; /* number of blocks allocated */
62 unsigned long yst_wince_atime[2];
63 unsigned long yst_wince_mtime[2];
64 unsigned long yst_wince_ctime[2];
66 unsigned long yst_atime; /* time of last access */
67 unsigned long yst_mtime; /* time of last modification */
68 unsigned long yst_ctime; /* time of last change */