Lines Matching defs:kernel_stat
19 struct kernel_stat struct
21 unsigned int st_dev;
22 unsigned int st_ino;
23 unsigned int st_mode;
24 unsigned short st_nlink;
25 unsigned int st_uid;
26 unsigned int st_gid;
27 unsigned int st_rdev;
28 unsigned long int st_size;
29 unsigned long int st_blksize;
30 unsigned long int st_blocks;
31 struct timespec st_atim;
32 struct timespec st_mtim;
33 struct timespec st_ctim;
34 unsigned long int __glibc_reserved4;
36 unsigned long int __glibc_reserved5;