|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <fsw_core.h>
Data Fields | |
| struct fsw_dnode * | dnode |
| The dnode this handle reads data from. | |
| fsw_u64 | pos |
| Current file pointer in bytes. | |
| struct fsw_extent | extent |
| Current extent. | |
Core: An access structure to a dnode's raw data. There can be multiple shandles per dnode, each of them has its own position pointer.
Definition at line 305 of file fsw_core.h.
| struct fsw_dnode* fsw_shandle::dnode |
The dnode this handle reads data from.
Definition at line 306 of file fsw_core.h.
| struct fsw_extent fsw_shandle::extent |
Current extent.
Definition at line 309 of file fsw_core.h.
| fsw_u64 fsw_shandle::pos |
Current file pointer in bytes.
Definition at line 308 of file fsw_core.h.