Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stat Struct Reference

#include <stat.h>

Data Fields

dev_t st_dev
 
ino_t st_ino
 
mode_t st_mode
 
nlink_t st_nlink
 
uid_t st_uid
 
gid_t st_gid
 
dev_t st_rdev
 
off_t st_size
 
struct timespec st_atim
 
struct timespec st_mtim
 
struct timespec st_ctim
 
blksize_t st_blksize
 
blkcnt_t st_blocks
 
long st_spare4 [2]
 

Field Documentation

◆ st_atim

struct timespec stat::st_atim

◆ st_blksize

blksize_t stat::st_blksize

◆ st_blocks

blkcnt_t stat::st_blocks

◆ st_ctim

struct timespec stat::st_ctim

◆ st_dev

dev_t stat::st_dev

◆ st_gid

gid_t stat::st_gid

◆ st_ino

ino_t stat::st_ino

◆ st_mode

mode_t stat::st_mode

◆ st_mtim

struct timespec stat::st_mtim

◆ st_nlink

nlink_t stat::st_nlink

◆ st_rdev

dev_t stat::st_rdev

◆ st_size

off_t stat::st_size

◆ st_spare4

long stat::st_spare4[2]

◆ st_uid

uid_t stat::st_uid

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