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            517 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError **error)
fstype            534 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
fstype            574 src/vfs/extfs/extfs.c     current_archive = extfs_super_new (vfs_extfs_ops, name, local_name_vpath, fstype);
fstype            734 src/vfs/extfs/extfs.c extfs_open_and_read_archive (int fstype, const char *name, struct extfs_super_t **archive)
fstype            741 src/vfs/extfs/extfs.c     pip = extfs_open_archive (fstype, name, archive, &error);
fstype            749 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
fstype            788 src/vfs/extfs/extfs.c     int fstype;
fstype            794 src/vfs/extfs/extfs.c     fstype = extfs_which (path_element->class, path_element->vfs_prefix);
fstype            795 src/vfs/extfs/extfs.c     if (fstype == -1)
fstype            811 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
fstype            964 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
fstype           1035 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);