Searched refs:DNODESTRUCTNAME (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h170 #ifndef DNODESTRUCTNAME
171 #define DNODESTRUCTNAME fsw_dnode macro
173 struct DNODESTRUCTNAME;
252 struct DNODESTRUCTNAME *root; //!< Root directory dnode
274 struct DNODESTRUCTNAME *parent; //!< Parent directory dnode
389 fsw_status_t (*dnode_fill)(struct VOLSTRUCTNAME *vol, struct DNODESTRUCTNAME *dno);
390 void (*dnode_free)(struct VOLSTRUCTNAME *vol, struct DNODESTRUCTNAME *dno);
391 fsw_status_t (*dnode_stat)(struct VOLSTRUCTNAME *vol, struct DNODESTRUCTNAME *dno,
393 fsw_status_t (*get_extent)(struct VOLSTRUCTNAME *vol, struct DNODESTRUCTNAME *dno,
396 fsw_status_t (*dir_lookup)(struct VOLSTRUCTNAME *vol, struct DNODESTRUCTNAME *dn
[all...]
H A Dfsw_hfs.h31 #define DNODESTRUCTNAME fsw_hfs_dnode macro
H A Dfsw_iso9660.h42 #define DNODESTRUCTNAME fsw_iso9660_dnode macro

Completed in 44 milliseconds