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            564 src/vfs/extfs/extfs.c     current_archive = extfs_super_new (vfs_extfs_ops, name, local_name_vpath, fstype);
fstype            724 src/vfs/extfs/extfs.c extfs_open_and_read_archive (int fstype, const char *name, struct extfs_super_t **archive)
fstype            731 src/vfs/extfs/extfs.c     pip = extfs_open_archive (fstype, name, archive, &error);
fstype            739 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
fstype            773 src/vfs/extfs/extfs.c     int fstype;
fstype            779 src/vfs/extfs/extfs.c     fstype = extfs_which (path_element->class, path_element->vfs_prefix);
fstype            780 src/vfs/extfs/extfs.c     if (fstype == -1)
fstype            796 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
fstype            949 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
fstype           1020 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);