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

#include <fsw_core.h>

Data Fields

fsw_u64 used_bytes
 Bytes actually used by the file on disk.
 
void(* store_time_posix )(struct fsw_dnode_stat *sb, int which, fsw_u32 posix_time)
 Callback for storing a Posix-style timestamp.
 
void(* store_attr_posix )(struct fsw_dnode_stat *sb, fsw_u16 posix_mode)
 Callbock for storing a Posix-style file mode.
 
void * host_data
 Hook for a host-specific data structure.
 

Detailed Description

Core: Used in gathering detailed information on a dnode.

Definition at line 325 of file fsw_core.h.

Field Documentation

◆ host_data

void* fsw_dnode_stat::host_data

Hook for a host-specific data structure.

Definition at line 329 of file fsw_core.h.

◆ store_attr_posix

void(* fsw_dnode_stat::store_attr_posix) (struct fsw_dnode_stat *sb, fsw_u16 posix_mode)

Callbock for storing a Posix-style file mode.

Definition at line 328 of file fsw_core.h.

◆ store_time_posix

void(* fsw_dnode_stat::store_time_posix) (struct fsw_dnode_stat *sb, int which, fsw_u32 posix_time)

Callback for storing a Posix-style timestamp.

Definition at line 327 of file fsw_core.h.

◆ used_bytes

fsw_u64 fsw_dnode_stat::used_bytes

Bytes actually used by the file on disk.

Definition at line 326 of file fsw_core.h.


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