Lines Matching defs:xstat64
1219 struct xstat64 { in irix_xstat64_xlate() struct
1220 u32 st_dev; s32 st_pad1[3]; in irix_xstat64_xlate()
1221 unsigned long long st_ino; in irix_xstat64_xlate()
1222 u32 st_mode; in irix_xstat64_xlate()
1223 u32 st_nlink; s32 st_uid; s32 st_gid; u32 st_rdev; in irix_xstat64_xlate()
1224 s32 st_pad2[2]; in irix_xstat64_xlate()
1225 long long st_size; in irix_xstat64_xlate()
1226 s32 st_pad3; in irix_xstat64_xlate()
1227 struct { s32 tv_sec, tv_nsec; } st_atime, st_mtime, st_ctime; in irix_xstat64_xlate()
1228 s32 st_blksize; in irix_xstat64_xlate()
1229 long long st_blocks; in irix_xstat64_xlate()
1230 char st_fstype[16]; in irix_xstat64_xlate()
1231 s32 st_pad4[8]; in irix_xstat64_xlate()