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

#include <compat.h>

Data Fields

unsigned long long st_dev
 
unsigned long long st_ino
 
unsigned int st_mode
 
unsigned int st_nlink
 
unsigned int st_uid
 
unsigned int st_gid
 
unsigned long long st_rdev
 
unsigned char __pad3 [8]
 
long long st_size
 
unsigned int st_blksize
 
unsigned char __pad4 [8]
 
unsigned int st_blocks
 
unsigned int st_atime
 
unsigned int st_atime_nsec
 
unsigned int st_mtime
 
unsigned int st_mtime_nsec
 
unsigned int st_ctime
 
unsigned int st_ctime_nsec
 
unsigned int __unused4
 
unsigned int __unused5
 

Detailed Description

Definition at line 71 of file compat.h.

Field Documentation

unsigned char __pad3[8]

Definition at line 84 of file compat.h.

unsigned char __pad4[8]

Definition at line 89 of file compat.h.

unsigned int __unused4

Definition at line 101 of file compat.h.

unsigned int __unused5

Definition at line 102 of file compat.h.

unsigned int st_atime

Definition at line 92 of file compat.h.

unsigned int st_atime_nsec

Definition at line 93 of file compat.h.

unsigned int st_blksize

Definition at line 87 of file compat.h.

unsigned int st_blocks

Definition at line 90 of file compat.h.

unsigned int st_ctime

Definition at line 98 of file compat.h.

unsigned int st_ctime_nsec

Definition at line 99 of file compat.h.

unsigned long long st_dev

Definition at line 72 of file compat.h.

unsigned int st_gid

Definition at line 80 of file compat.h.

unsigned long long st_ino

Definition at line 74 of file compat.h.

unsigned int st_mode

Definition at line 76 of file compat.h.

unsigned int st_mtime

Definition at line 95 of file compat.h.

unsigned int st_mtime_nsec

Definition at line 96 of file compat.h.

unsigned int st_nlink

Definition at line 77 of file compat.h.

unsigned long long st_rdev

Definition at line 82 of file compat.h.

long long st_size

Definition at line 86 of file compat.h.

unsigned int st_uid

Definition at line 79 of file compat.h.


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