Lines Matching defs:stat64
51 struct stat64 { struct
52 unsigned long st_dev;
53 unsigned long st_pad0[3]; /* Reserved for st_dev expansion */
55 unsigned long long st_ino;
57 mode_t st_mode;
58 nlink_t st_nlink;
60 uid_t st_uid;
61 gid_t st_gid;
63 unsigned long st_rdev;
64 unsigned long st_pad1[3]; /* Reserved for st_rdev expansion */
66 long long st_size;
91 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */ argument