about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64/kernel_stat.h
blob: a695c1aac750d9f715711955a0b723a839614b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Definition of `struct stat' used in the kernel.  */

struct kernel_stat {
	unsigned int	st_dev;
	unsigned int	st_ino;
	unsigned int	st_mode;
	unsigned int	st_nlink;
	unsigned int	st_uid;
	unsigned int	st_gid;
	unsigned int	st_rdev;
	unsigned int	__pad1;
	unsigned long	st_size;
	unsigned long	st_atime;
	unsigned long	st_mtime;
	unsigned long	st_ctime;
	unsigned int	st_blksize;
	int		st_blocks;
	unsigned int	__unused1;
	unsigned int	__unused2;
};

#define _HAVE___PAD1
#define _HAVE___UNUSED1
#define _HAVE___UNUSED2

#define XSTAT_IS_XSTAT64 1