1 #ifndef __ASM_MIPS_STAT_H
2 #define __ASM_MIPS_STAT_H
4 #include <linux/types.h>
6 struct __old_kernel_stat
{
10 unsigned int st_nlink
;
15 unsigned int st_atime
, st_res1
;
16 unsigned int st_mtime
, st_res2
;
17 unsigned int st_ctime
, st_res3
;
18 unsigned int st_blksize
;
20 unsigned int st_flags
;
26 long st_pad1
[3]; /* Reserved for network id */
37 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
38 * but we don't have it under Linux.
48 char st_fstype
[16]; /* Filesystem type name */
50 /* Linux specific fields */
51 unsigned int st_flags
;
55 #endif /* __ASM_MIPS_STAT_H */