File status structure. More...
#include <stat.h>
Data Fields | |
short | st_ino |
Block number. | |
uint8_t | st_mode |
Mode flags. | |
uint16_t | st_nlink |
Number of links. | |
uint32_t | st_size |
Size. | |
time_t | st_mtime |
Time of last modification. |
File status structure.
short stat::st_ino |
Block number.
Referenced by PhatDirEntryStatus().
Mode flags.
Referenced by NutFtpProcessCwd(), NutFtpTransferDirectoryOptions(), NutFtpTransferFile(), and PhatDirEntryStatus().
Number of links.
Referenced by PhatDirEntryStatus().
Size.
Referenced by MediaTypeHandlerBinary(), NutFtpTransferDirectoryOptions(), and PhatDirEntryStatus().
Time of last modification.
Referenced by MediaTypeHandlerBinary(), NutFtpTransferDirectoryOptions(), and PhatDirEntryStatus().