Home
last modified time | relevance | path

Searched defs:hpux_stat64 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-parisc/
Dstat.h39 struct hpux_stat64 { struct
40 dev_t st_dev; /* dev_t is 32 bits on parisc */
41 ino_t st_ino; /* 32 bits */
42 mode_t st_mode; /* 16 bits */
43 nlink_t st_nlink; /* 16 bits */
44 unsigned short st_reserved1; /* old st_uid */
45 unsigned short st_reserved2; /* old st_gid */
46 dev_t st_rdev;
47 off64_t st_size;
48 time_t st_atime;
[all …]
/linux-2.4.37.9/arch/parisc/hpux/
Dfs.c178 long hpux_stat64(const char *path, struct hpux_stat64 *buf) in hpux_stat64() function