ReactOS 0.4.15-dev-7788-g1ad9096
stat Struct Reference

#include <stat.h>

Collaboration diagram for stat:

Public Attributes

_dev_t st_dev
 
_ino_t st_ino
 
unsigned short st_mode
 
short st_nlink
 
short st_uid
 
short st_gid
 
_dev_t st_rdev
 
_off_t st_size
 
time_t st_atime
 
time_t st_mtime
 
time_t st_ctime
 

Detailed Description

Definition at line 55 of file stat.h.

Member Data Documentation

◆ st_atime

◆ st_ctime

◆ st_dev

_dev_t stat::st_dev

Definition at line 56 of file stat.h.

Referenced by checkarch(), insert_file_entry(), and main().

◆ st_gid

short stat::st_gid

Definition at line 61 of file stat.h.

Referenced by gen_xa(), generate_xa_rr_attributes(), insert_file_entry(), and stat_fix().

◆ st_ino

_ino_t stat::st_ino

Definition at line 57 of file stat.h.

Referenced by checkarch().

◆ st_mode

◆ st_mtime

◆ st_nlink

short stat::st_nlink

Definition at line 59 of file stat.h.

Referenced by disk_query_information(), and generate_xa_rr_attributes().

◆ st_rdev

_dev_t stat::st_rdev

Definition at line 62 of file stat.h.

Referenced by generate_xa_rr_attributes(), insert_file_entry(), and main().

◆ st_size

◆ st_uid

short stat::st_uid

Definition at line 60 of file stat.h.

Referenced by gen_xa(), generate_xa_rr_attributes(), insert_file_entry(), and stat_fix().


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