Lines Matching defs:stat
84 struct stat struct
86 struct rt_device *st_dev;
87 uint16_t st_ino;
88 uint16_t st_mode;
89 uint16_t st_nlink;
90 uint16_t st_uid;
91 uint16_t st_gid;
92 struct rt_device *st_rdev;
93 uint32_t st_size;
94 time_t st_atime;
95 long st_spare1;
96 time_t st_mtime;
97 long st_spare2;
98 time_t st_ctime;
99 long st_spare3;
100 uint32_t st_blksize;
101 uint32_t st_blocks;
102 long st_spare4[2];