Lines Matching defs:stat
18 struct stat { struct
19 unsigned st_dev;
20 long st_pad1[3]; /* Reserved for network id */
21 ino_t st_ino;
22 mode_t st_mode;
46 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
48 * struct stat of the 64-bit kernel. argument
92 struct stat { struct
93 unsigned int st_dev;
94 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
96 unsigned long st_ino;
98 mode_t st_mode;
99 __u32 st_nlink;
101 uid_t st_uid;
102 gid_t st_gid;
104 unsigned int st_rdev;
105 unsigned int st_pad1[3]; /* Reserved for st_rdev expansion */
107 off_t st_size;
113 unsigned int st_atime;
114 unsigned int st_atime_nsec;
116 unsigned int st_mtime;
117 unsigned int st_mtime_nsec;
119 unsigned int st_ctime;
120 unsigned int st_ctime_nsec;
122 unsigned int st_blksize;
123 unsigned int st_pad2;
125 unsigned long st_blocks;