A specific data structure for file information representation through DIET. More...
#include <diet-fms-lib.h>
Public Attributes | |
| char | path [PATH_MAX] |
| char | owner [_POSIX_LOGIN_NAME_MAX] |
| char | group [_POSIX_LOGIN_NAME_MAX] |
| mode_t | perms |
| uid_t | uid |
| gid_t | gid |
| size_t | size |
| time_t | atime |
| time_t | mtime |
| time_t | ctime |
| diet_file_type_t | type |
A specific data structure for file information representation through DIET.
| time_t diet_stat_t::atime |
The file size (in bytes).
| time_t diet_stat_t::ctime |
The last modification time.
| gid_t diet_stat_t::gid |
The owner numeric UID.
| char diet_stat_t::group[_POSIX_LOGIN_NAME_MAX] |
The owner of the file.
| time_t diet_stat_t::mtime |
The last access time.
| char diet_stat_t::owner[_POSIX_LOGIN_NAME_MAX] |
The file path.
| char diet_stat_t::path[PATH_MAX] |
| mode_t diet_stat_t::perms |
The group of the file.
| size_t diet_stat_t::size |
The group numeric GID.
The last inode change time.
| uid_t diet_stat_t::uid |
The access permissions of the file.
1.6.2