Searched defs:fsw_posix_volume (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.h52 struct fsw_posix_volume { struct
64 struct fsw_posix_volume *pvol; //!< POSIX host volume structure
75 struct fsw_posix_volume *pvol; //!< POSIX host volume structure
84 struct fsw_posix_volume * fsw_posix_mount(const char *path, struct fsw_fstype_table *fstype_table);
85 int fsw_posix_unmount(struct fsw_posix_volume *pvol);
87 struct fsw_posix_file * fsw_posix_open(struct fsw_posix_volume *pvol, const char *path, int flags, mode_t mode);
92 struct fsw_posix_dir * fsw_posix_opendir(struct fsw_posix_volume *pvol, const char *path);

Completed in 40 milliseconds