Lines Matching defs:stat64
52 struct stat64 { struct
53 unsigned long st_dev;
54 unsigned long st_pad0[3]; /* Reserved for st_dev expansion */
56 unsigned long long st_ino;
58 mode_t st_mode;
59 __u32 st_nlink;
61 uid_t st_uid;
62 gid_t st_gid;
64 unsigned long st_rdev;
65 unsigned long st_pad1[3]; /* Reserved for st_rdev expansion */
67 long long st_size;
92 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */ argument