Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/include/asm/
Dstat.h41 struct hpux_stat64 { struct
42 unsigned int st_dev; /* dev_t is 32 bits on parisc */
43 ino_t st_ino; /* 32 bits */
44 mode_t st_mode; /* 16 bits */
45 nlink_t st_nlink; /* 16 bits */
46 unsigned short st_reserved1; /* old st_uid */
47 unsigned short st_reserved2; /* old st_gid */
48 unsigned int st_rdev;
49 off64_t st_size;
50 time_t st_atime;
[all …]
/linux-2.6.39/arch/parisc/hpux/
Dfs.c174 long hpux_stat64(const char __user *filename, struct hpux_stat64 __user *statbuf) in hpux_stat64() function