Lines Matching defs:stat
19 struct stat { struct
20 unsigned st_dev;
21 long st_pad1[3]; /* Reserved for network id */
22 __kernel_ino_t st_ino;
23 __kernel_mode_t st_mode;
47 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
49 * struct stat of the 64-bit kernel. argument
93 struct stat { struct
94 unsigned int st_dev;
95 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
97 unsigned long st_ino;
99 __kernel_mode_t st_mode;
100 __u32 st_nlink;
102 __kernel_uid32_t st_uid;
103 __kernel_gid32_t st_gid;
105 unsigned int st_rdev;
106 unsigned int st_pad1[3]; /* Reserved for st_rdev expansion */
108 long st_size;
114 unsigned int st_atime;
115 unsigned int st_atime_nsec;
117 unsigned int st_mtime;
118 unsigned int st_mtime_nsec;
120 unsigned int st_ctime;
121 unsigned int st_ctime_nsec;
123 unsigned int st_blksize;
124 unsigned int st_pad2;
126 unsigned long st_blocks;