fstype 91 src/vfs/extfs/extfs.c int fstype; fstype 126 src/vfs/extfs/extfs.c int fstype) fstype 137 src/vfs/extfs/extfs.c super->fstype = fstype; fstype 178 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype); fstype 525 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError **error) fstype 542 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); fstype 589 src/vfs/extfs/extfs.c current_archive = extfs_super_new (vfs_extfs_ops, name, local_name_vpath, fstype); fstype 749 src/vfs/extfs/extfs.c extfs_open_and_read_archive (int fstype, const char *name, struct extfs_super_t **archive) fstype 756 src/vfs/extfs/extfs.c pip = extfs_open_archive (fstype, name, archive, &error); fstype 764 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); fstype 803 src/vfs/extfs/extfs.c int fstype; fstype 809 src/vfs/extfs/extfs.c fstype = extfs_which (path_element->class, path_element->vfs_prefix); fstype 810 src/vfs/extfs/extfs.c if (fstype == -1) fstype 826 src/vfs/extfs/extfs.c result = extfs_open_and_read_archive (fstype, archive_name, &a); fstype 978 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); fstype 1053 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);