Lines Matching defs:compat_stat
33 struct compat_stat { struct
34 compat_dev_t st_dev;
35 compat_ino_t st_ino;
36 compat_mode_t st_mode;
37 compat_nlink_t st_nlink;
38 __compat_uid32_t st_uid;
39 __compat_gid32_t st_gid;
40 compat_dev_t st_rdev;
41 compat_off_t st_size;
42 compat_off_t st_blksize;
43 compat_off_t st_blocks;
44 old_time32_t st_atime;
45 u32 st_atime_nsec;
46 old_time32_t st_mtime;
47 u32 st_mtime_nsec;
48 old_time32_t st_ctime;
49 u32 st_ctime_nsec;
73 struct compat_statfs { argument