OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
fsw_shandle Struct Reference

#include <fsw_core.h>

Data Fields

struct fsw_dnodednode
 The dnode this handle reads data from.
 
fsw_u64 pos
 Current file pointer in bytes.
 
struct fsw_extent extent
 Current extent.
 

Detailed Description

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.

Field Documentation

◆ dnode

struct fsw_dnode* fsw_shandle::dnode

The dnode this handle reads data from.

Definition at line 306 of file fsw_core.h.

◆ extent

struct fsw_extent fsw_shandle::extent

Current extent.

Definition at line 309 of file fsw_core.h.

◆ pos

fsw_u64 fsw_shandle::pos

Current file pointer in bytes.

Definition at line 308 of file fsw_core.h.


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