UbixOS V2  2.0
stat Struct Reference

#include <stat.h>

Collaboration diagram for stat:
Collaboration graph

Data Fields

long __st_atimensec
 
long __st_ctimensec
 
long __st_mtimensec
 
unsigned int:(8 / 2) * (16 - (int) sizeof(struct __timespec))
 
time_t st_atime
 
time_t st_birthtime
 
long st_birthtimensec
 
blksize_t st_blksize
 
blkcnt_t st_blocks
 
time_t st_ctime
 
__dev_t st_dev
 
fflags_t st_flags
 
__uint32_t st_gen
 
gid_t st_gid
 
ino_t st_ino
 
__int32_t st_lspare
 
__mode_t st_mode
 
time_t st_mtime
 
__nlink_t st_nlink
 
__dev_t st_rdev
 
off_t st_size
 
uid_t st_uid
 

Detailed Description

Definition at line 44 of file stat.h.

Field Documentation

◆ __st_atimensec

long stat::__st_atimensec

Definition at line 53 of file stat.h.

◆ __st_ctimensec

long stat::__st_ctimensec

Definition at line 57 of file stat.h.

◆ __st_mtimensec

long stat::__st_mtimensec

Definition at line 55 of file stat.h.

◆ int

unsigned stat::int

Definition at line 66 of file stat.h.

◆ st_atime

time_t stat::st_atime

Definition at line 52 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_birthtime

time_t stat::st_birthtime

Definition at line 64 of file stat.h.

◆ st_birthtimensec

long stat::st_birthtimensec

Definition at line 65 of file stat.h.

◆ st_blksize

blksize_t stat::st_blksize

Definition at line 60 of file stat.h.

Referenced by fstat().

◆ st_blocks

blkcnt_t stat::st_blocks

Definition at line 59 of file stat.h.

◆ st_ctime

time_t stat::st_ctime

Definition at line 56 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_dev

__dev_t stat::st_dev

Definition at line 45 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_flags

fflags_t stat::st_flags

Definition at line 61 of file stat.h.

◆ st_gen

__uint32_t stat::st_gen

Definition at line 62 of file stat.h.

◆ st_gid

gid_t stat::st_gid

Definition at line 50 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_ino

ino_t stat::st_ino

Definition at line 46 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_lspare

__int32_t stat::st_lspare

Definition at line 63 of file stat.h.

◆ st_mode

__mode_t stat::st_mode

Definition at line 47 of file stat.h.

Referenced by _sys_stat(), fstat(), sys_fstat(), and sys_fstatat().

◆ st_mtime

time_t stat::st_mtime

Definition at line 54 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_nlink

__nlink_t stat::st_nlink

Definition at line 48 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_rdev

__dev_t stat::st_rdev

Definition at line 51 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_size

off_t stat::st_size

Definition at line 58 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().

◆ st_uid

uid_t stat::st_uid

Definition at line 49 of file stat.h.

Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().


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