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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h30 #define VOLSTRUCTNAME fsw_hfs_volume
108 struct fsw_hfs_volume struct
H A Dfsw_hfs.c62 static fsw_status_t fsw_hfs_volume_mount(struct fsw_hfs_volume *vol);
63 static void fsw_hfs_volume_free(struct fsw_hfs_volume *vol);
64 static fsw_status_t fsw_hfs_volume_stat(struct fsw_hfs_volume *vol, struct fsw_volume_stat *sb);
66 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,
75 static fsw_status_t fsw_hfs_dir_read(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno,
81 static fsw_status_t fsw_hfs_readlink(struct fsw_hfs_volume *vo
[all...]

Completed in 65 milliseconds