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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c75 struct fsw_posix_volume * fsw_posix_mount(const char *path, struct fsw_fstype_table *fstype_table) argument
95 if (fstype_table == NULL)
96 fstype_table = &FSW_FSTYPE_TABLE_NAME(FSTYPE);
97 status = fsw_mount(pvol, &fsw_posix_host_table, fstype_table, &pvol->vol);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.c66 struct fsw_fstype_table *fstype_table,
73 status = fsw_alloc_zero(fstype_table->volume_struct_size, (void **)&vol);
83 vol->fstype_table = fstype_table;
87 status = vol->fstype_table->volume_mount(vol);
115 vol->fstype_table->volume_free(vol);
129 return vol->fstype_table->volume_stat(vol, sb);
331 status = fsw_alloc_zero(vol->fstype_table->dnode_struct_size, (void **)&dno);
385 status = fsw_alloc_zero(vol->fstype_table->dnode_struct_size, (void **)&dno);
445 vol->fstype_table
64 fsw_mount(void *host_data, struct fsw_host_table *host_table, struct fsw_fstype_table *fstype_table, struct fsw_volume **vol_out) argument
[all...]
H A Dfsw_core.h262 struct fsw_fstype_table *fstype_table; //!< Dispatch table for file system specific functions member in struct:fsw_volume
412 struct fsw_fstype_table *fstype_table,

Completed in 48 milliseconds