YAP 7.1.0
vfs_stat

Public Attributes

dev_t st_dev
 
mode_t st_mode
 
uid_t st_uid
 
gid_t st_gid
 
struct timespec st_atimespec
 
struct timespec st_mtimespec
 
struct timespec st_ctimespec
 
struct timespec st_birthtimespec
 
off_t st_size
 

Detailed Description

Definition at line 36 of file VFS.h.

Member Data Documentation

◆ st_atimespec

struct timespec st_atimespec

Definition at line 41 of file VFS.h.

◆ st_birthtimespec

struct timespec st_birthtimespec

Definition at line 44 of file VFS.h.

◆ st_ctimespec

struct timespec st_ctimespec

Definition at line 43 of file VFS.h.

◆ st_dev

dev_t st_dev

Definition at line 37 of file VFS.h.

◆ st_gid

gid_t st_gid

Definition at line 40 of file VFS.h.

◆ st_mode

mode_t st_mode

Definition at line 38 of file VFS.h.

◆ st_mtimespec

struct timespec st_mtimespec

Definition at line 42 of file VFS.h.

◆ st_size

off_t st_size

Definition at line 48 of file VFS.h.

◆ st_uid

uid_t st_uid

Definition at line 39 of file VFS.h.


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