Searched refs:fsw_hfs_dnode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h31 #define DNODESTRUCTNAME fsw_hfs_dnode
84 struct fsw_hfs_dnode struct
100 struct fsw_hfs_dnode* file;
115 struct fsw_hfs_dnode root_file;
H A Dfsw_hfs.c66 static fsw_status_t fsw_hfs_dnode_fill(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno);
67 static void fsw_hfs_dnode_free(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno);
68 static fsw_status_t fsw_hfs_dnode_stat(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
70 static fsw_status_t fsw_hfs_get_extent(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
73 static fsw_status_t fsw_hfs_dir_lookup(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
74 struct fsw_string *lookup_name, struct fsw_hfs_dnode **child_dno);
75 static fsw_status_t fsw_hfs_dir_read(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
76 struct fsw_shandle *shand, struct fsw_hfs_dnode **child_dno);
81 static fsw_status_t fsw_hfs_readlink(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
91 sizeof(struct fsw_hfs_dnode),
[all...]

Completed in 59 milliseconds