Lines Matching defs:sys_stat_struct
13 struct sys_stat_struct { struct
14 unsigned int st_dev;
15 long st_pad1[3];
16 unsigned long st_ino;
17 unsigned int st_mode;
18 unsigned int st_nlink;
19 unsigned int st_uid;
20 unsigned int st_gid;
21 unsigned int st_rdev;
22 long st_pad2[2];
23 long st_size;
24 long st_pad3;
26 long st_atime;
27 long st_atime_nsec;
28 long st_mtime;
29 long st_mtime_nsec;
31 long st_ctime;
32 long st_ctime_nsec;
33 long st_blksize;
34 long st_blocks;
35 long st_pad4[14];