OSAPI  0.29
Open System API
osapi_fs_element_info_S Struct Reference

Structure containing the file system element generic information. More...

#include <fs_type_elementInfo.h>

Collaboration diagram for osapi_fs_element_info_S:

Data Fields

t_fs_ostate state
 Element state (closed/open)
 
t_fs_eType type
 Element type: File, directory, etc.
 
t_fs_eid id
 Element identifier.
 
t_uid uid
 User ID.
 
t_gid gid
 Group ID.
 
uint64_t size
 Element size.
 
uint32_t block_size
 IO preferred block size.
 
t_time btime
 Creation (birth) time.
 
t_time ctime
 Change time.
 
t_time atime
 Access time.
 
t_time mtime
 Modification time.
 
uint64_t nlink
 Number of hard links to element.
 
t_fs_perm perm
 Permission set.
 
bool compressed
 Element compressed ?
 
bool encrypted
 Element encrypted ?
 
t_char fullpath [OSAPI_PATH_MAX]
 The full and real path name to the element.
 

Detailed Description

Structure containing the file system element generic information.


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