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

#include <stat.h>

Data Fields

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
 

Detailed Description

Definition at line 32 of file stat.h.

Field Documentation

unsigned int __pad1

Definition at line 40 of file stat.h.

unsigned int __unused1

Definition at line 47 of file stat.h.

unsigned int __unused2

Definition at line 48 of file stat.h.

unsigned long st_atime

Definition at line 42 of file stat.h.

unsigned int st_blksize

Definition at line 45 of file stat.h.

int st_blocks

Definition at line 46 of file stat.h.

unsigned long st_ctime

Definition at line 44 of file stat.h.

unsigned int st_dev

Definition at line 33 of file stat.h.

unsigned int st_gid

Definition at line 38 of file stat.h.

unsigned int st_ino

Definition at line 34 of file stat.h.

unsigned int st_mode

Definition at line 35 of file stat.h.

unsigned long st_mtime

Definition at line 43 of file stat.h.

unsigned int st_nlink

Definition at line 36 of file stat.h.

unsigned int st_rdev

Definition at line 39 of file stat.h.

unsigned long st_size

Definition at line 41 of file stat.h.

unsigned int st_uid

Definition at line 37 of file stat.h.


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