Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hpux_stat64 Struct Reference

#include <stat.h>

Data Fields

unsigned int st_dev
 
ino_t st_ino
 
mode_t st_mode
 
unsigned short st_nlink
 
unsigned short st_reserved1
 
unsigned short st_reserved2
 
unsigned int st_rdev
 
off64_t st_size
 
time_t st_atime
 
unsigned int st_spare1
 
time_t st_mtime
 
unsigned int st_spare2
 
time_t st_ctime
 
unsigned int st_spare3
 
int st_blksize
 
__u64 st_blocks
 
unsigned int __unused1
 
unsigned int __unused2
 
ino_t __unused3
 
unsigned int __unused4
 
unsigned short __unused5
 
short st_fstype
 
unsigned int st_realdev
 
unsigned short st_basemode
 
unsigned short st_spareshort
 
uid_t st_uid
 
gid_t st_gid
 
unsigned int st_spare4 [3]
 

Detailed Description

Definition at line 41 of file stat.h.

Field Documentation

unsigned int __unused1

Definition at line 58 of file stat.h.

unsigned int __unused2

Definition at line 59 of file stat.h.

ino_t __unused3

Definition at line 60 of file stat.h.

unsigned int __unused4

Definition at line 61 of file stat.h.

unsigned short __unused5

Definition at line 62 of file stat.h.

time_t st_atime

Definition at line 50 of file stat.h.

unsigned short st_basemode

Definition at line 65 of file stat.h.

int st_blksize

Definition at line 56 of file stat.h.

__u64 st_blocks

Definition at line 57 of file stat.h.

time_t st_ctime

Definition at line 54 of file stat.h.

unsigned int st_dev

Definition at line 42 of file stat.h.

short st_fstype

Definition at line 63 of file stat.h.

gid_t st_gid

Definition at line 68 of file stat.h.

ino_t st_ino

Definition at line 43 of file stat.h.

mode_t st_mode

Definition at line 44 of file stat.h.

time_t st_mtime

Definition at line 52 of file stat.h.

unsigned short st_nlink

Definition at line 45 of file stat.h.

unsigned int st_rdev

Definition at line 48 of file stat.h.

unsigned int st_realdev

Definition at line 64 of file stat.h.

unsigned short st_reserved1

Definition at line 46 of file stat.h.

unsigned short st_reserved2

Definition at line 47 of file stat.h.

off64_t st_size

Definition at line 49 of file stat.h.

unsigned int st_spare1

Definition at line 51 of file stat.h.

unsigned int st_spare2

Definition at line 53 of file stat.h.

unsigned int st_spare3

Definition at line 55 of file stat.h.

unsigned int st_spare4[3]

Definition at line 69 of file stat.h.

unsigned short st_spareshort

Definition at line 66 of file stat.h.

uid_t st_uid

Definition at line 67 of file stat.h.


The documentation for this struct was generated from the following file: