File system entry descriptor. More...
Data Fields | |
| blknum_t | ent_id |
| Logical block number of the entry. | |
| uint32_t | ent_pos |
| Current data pointer position. | |
| blknum_t | ent_bidx |
| Current logical block number. | |
| uint16_t | ent_sidx |
| Current sequence. | |
| uint16_t | ent_uidx |
| Current unit index within the current block. | |
| uint16_t | ent_upos |
| Current position within the current unit. | |
| uint32_t | ent_mode |
| File open mode flags. | |
| uint8_t | ent_attr |
| Entry attributes. | |
| uint8_t | ent_namlen |
| Name length. | |
| uint32_t | ent_size |
| Total data size. | |
| uint16_t | ent_eoff |
| Total file data offset of the entry block. | |
File system entry descriptor.
Logical block number of the entry.
Current data pointer position.
Current logical block number.
Current sequence.
Current unit index within the current block.
Current position within the current unit.
File open mode flags.
Entry attributes.
Name length.
Total data size.
Total file data offset of the entry block.