fstype 85 src/vfs/extfs/extfs.c int fstype; fstype 120 src/vfs/extfs/extfs.c int fstype) fstype 131 src/vfs/extfs/extfs.c super->fstype = fstype; fstype 172 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype); fstype 512 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError **error) fstype 529 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); fstype 567 src/vfs/extfs/extfs.c current_archive = extfs_super_new (vfs_extfs_ops, name, local_name_vpath, fstype); fstype 727 src/vfs/extfs/extfs.c extfs_open_and_read_archive (int fstype, const char *name, struct extfs_super_t **archive) fstype 734 src/vfs/extfs/extfs.c pip = extfs_open_archive (fstype, name, archive, &error); fstype 742 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); fstype 781 src/vfs/extfs/extfs.c int fstype; fstype 787 src/vfs/extfs/extfs.c fstype = extfs_which (path_element->class, path_element->vfs_prefix); fstype 788 src/vfs/extfs/extfs.c if (fstype == -1) fstype 804 src/vfs/extfs/extfs.c result = extfs_open_and_read_archive (fstype, archive_name, &a); fstype 957 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); fstype 1028 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);