extfs_plugins     104 src/vfs/extfs/extfs.c static GArray *extfs_plugins = NULL;
extfs_plugins     172 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype);
extfs_plugins     529 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
extfs_plugins     708 src/vfs/extfs/extfs.c     for (i = 0; i < extfs_plugins->len; i++)
extfs_plugins     712 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);
extfs_plugins     739 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
extfs_plugins     949 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
extfs_plugins    1020 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
extfs_plugins    1582 src/vfs/extfs/extfs.c     if (extfs_plugins == NULL)
extfs_plugins    1583 src/vfs/extfs/extfs.c         extfs_plugins = g_array_sized_new (FALSE, TRUE, sizeof (extfs_plugin_info_t), 32);
extfs_plugins    1620 src/vfs/extfs/extfs.c                 for (i = 0; i < extfs_plugins->len && !found; i++)
extfs_plugins    1624 src/vfs/extfs/extfs.c                     p = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);
extfs_plugins    1641 src/vfs/extfs/extfs.c                     g_array_append_val (extfs_plugins, info);
extfs_plugins    1680 src/vfs/extfs/extfs.c     if (extfs_plugins == NULL)
extfs_plugins    1683 src/vfs/extfs/extfs.c     for (i = 0; i < extfs_plugins->len; i++)
extfs_plugins    1687 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);
extfs_plugins    1692 src/vfs/extfs/extfs.c     g_array_free (extfs_plugins, TRUE);