class            1117 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
class            1183 lib/vfs/direntry.c         path_element->class->verrno = EIO;
class            1187 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
class            1189 lib/vfs/direntry.c     super = subclass->new_archive != NULL ? subclass->new_archive (path_element->class)
class            1190 lib/vfs/direntry.c                                           : vfs_s_new_super (path_element->class);
class            1204 lib/vfs/direntry.c         vfs_s_free_super (path_element->class, super);
class            1205 lib/vfs/direntry.c         path_element->class->verrno = EIO;
class            1213 lib/vfs/direntry.c     vfs_s_insert_super (path_element->class, super);
class            1214 lib/vfs/direntry.c     vfs_stamp_create (path_element->class, super);
class             419 lib/vfs/interface.c     info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL;
class             422 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
class             434 lib/vfs/interface.c     handle = vfs_new_handle (path_element->class, vfs_path_element_clone (path_element));
class             343 lib/vfs/path.c     struct vfs_class *class;
class             348 lib/vfs/path.c     while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL)
class             352 lib/vfs/path.c         element->class = class;
class             377 lib/vfs/path.c         element->class = g_ptr_array_index (vfs__classes_list, 0);
class             429 lib/vfs/path.c         element->class = vfs_prefix_to_class (vfs_prefix_start);
class             434 lib/vfs/path.c         if (element->class != NULL && (element->class->flags & VFSF_REMOTE) != 0)
class             469 lib/vfs/path.c         element->class = g_ptr_array_index (vfs__classes_list, 0);
class             494 lib/vfs/path.c     if (((element->class->flags & VFSF_LOCAL) == 0 || ret_tokens->len > 0)
class             557 lib/vfs/path.c             && (element->class->flags & VFSF_LOCAL) != 0)                                          \
class             835 lib/vfs/path.c     new_element->class = element->class;
class            1125 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "class-name", element->class->name);
class            1190 lib/vfs/path.c         element->class = eclass;
class            1541 lib/vfs/path.c     pretty_path = g_string_new (element->class->prefix);
class              41 lib/vfs/path.h     struct vfs_class *class;
class             100 lib/vfs/path.h     return (element != NULL && element->class != NULL);
class             126 lib/vfs/path.h     return (element != NULL) ? element->class : NULL;
class             446 lib/vfs/vfs.c      return path_element->class->flags;
class             334 src/filemanager/file.c     const struct vfs_class *class;
class             338 src/filemanager/file.c     class = vfs_path_get_last_path_vfs (vpath);
class             344 src/filemanager/file.c         if (lnk->vfs == class && lnk->ino == ino && lnk->dev == dev)
class            1117 src/filemanager/panel.c         && (strcmp (path_element->class->name, "cpiofs") == 0
class            1118 src/filemanager/panel.c             || strcmp (path_element->class->name, "extfs") == 0
class            1119 src/filemanager/panel.c             || strcmp (path_element->class->name, "tarfs") == 0))
class             773 src/vfs/cpio/cpio.c     if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1)
class             780 src/vfs/cpio/cpio.c         status = cpio_read_head (vpath_element->class, super);
class             794 src/vfs/extfs/extfs.c     fstype = extfs_which (path_element->class, path_element->vfs_prefix);
class             817 src/vfs/extfs/extfs.c             path_element->class->verrno = EIO;
class            1027 src/vfs/ftpfs/ftpfs.c         vfs_s_new_inode (vpath_element->class, super, ftpfs_default_stat (vpath_element->class));
class            1029 src/vfs/ftpfs/ftpfs.c     return ftpfs_open_archive_int (vpath_element->class, super);
class             151 src/vfs/sfs/sfs.c     w = path_element->class->which (path_element->class, path_element->vfs_prefix);
class             741 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = EPERM;
class             751 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = ret_value;
class             755 src/vfs/sftpfs/sftpfs.c     super->root = vfs_s_new_inode (vpath_element->class, super,
class             756 src/vfs/sftpfs/sftpfs.c                                    vfs_s_default_stat (vpath_element->class, S_IFDIR | 0755));
class             704 src/vfs/shell/shell.c     return shell_open_archive_int (vpath_element->class, super);
class             962 src/vfs/tar/tar.c     if (!tar_open_archive_int (vpath_element->class, vpath, archive))
class             973 src/vfs/tar/tar.c         status = tar_read_header (vpath_element->class, archive);
class             988 src/vfs/tar/tar.c             (void) tar_read_header (vpath_element->class, archive);
class             193 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_ptr_eq (path_element->class, data->expected_vfs_class);
class              56 tests/lib/vfs/vfs_s_get_path.c     root = vfs_s_new_inode (vpath_element->class, super, NULL);