super             166 lib/vfs/direntry.c         VFS_SUBCLASS (me)->find_entry (me, entry->dir->super->root, linkname, follow - 1, FL_NONE);
super             247 lib/vfs/direntry.c     if (root->super->root != root)
super             260 lib/vfs/direntry.c         ino = vfs_s_find_inode (me, root->super, dirname, follow, flags | FL_DIR);
super             284 lib/vfs/direntry.c         ino = vfs_s_new_inode (me, root->super, vfs_s_default_stat (me, S_IFDIR | 0755));
super             319 lib/vfs/direntry.c     struct vfs_s_super *super;
super             321 lib/vfs/direntry.c     super = g_new0 (struct vfs_s_super, 1);
super             322 lib/vfs/direntry.c     super->me = me;
super             323 lib/vfs/direntry.c     return super;
super             329 lib/vfs/direntry.c vfs_s_insert_super (struct vfs_class *me, struct vfs_s_super *super)
super             331 lib/vfs/direntry.c     VFS_SUBCLASS (me)->supers = g_list_prepend (VFS_SUBCLASS (me)->supers, super);
super             337 lib/vfs/direntry.c vfs_s_free_super (struct vfs_class *me, struct vfs_s_super *super)
super             339 lib/vfs/direntry.c     if (super->root != NULL)
super             341 lib/vfs/direntry.c         vfs_s_free_inode (me, super->root);
super             342 lib/vfs/direntry.c         super->root = NULL;
super             347 lib/vfs/direntry.c     if (super->ino_usage != 0)
super             349 lib/vfs/direntry.c                  "Super ino_usage is %d, memory leak", super->ino_usage);
super             351 lib/vfs/direntry.c     if (super->want_stale)
super             355 lib/vfs/direntry.c     VFS_SUBCLASS (me)->supers = g_list_remove (VFS_SUBCLASS (me)->supers, super);
super             357 lib/vfs/direntry.c     CALL (free_archive) (me, super);
super             359 lib/vfs/direntry.c     vfs_path_element_free (super->path_element);
super             361 lib/vfs/direntry.c     g_free (super->name);
super             362 lib/vfs/direntry.c     g_free (super);
super             396 lib/vfs/direntry.c     struct vfs_s_super *super;
super             401 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
super             408 lib/vfs/direntry.c         vfs_s_find_inode (me, super, q,
super             414 lib/vfs/direntry.c             vfs_s_find_inode (me, super, q,
super             487 lib/vfs/direntry.c     vfs_s_free_inode (dir->super->me, dir);
super             661 lib/vfs/direntry.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super             662 lib/vfs/direntry.c     struct vfs_class *me = super->me;
super             669 lib/vfs/direntry.c     super->fd_usage--;
super             670 lib/vfs/direntry.c     if (super->fd_usage == 0)
super             690 lib/vfs/direntry.c         vfs_s_invalidate (me, super);
super             729 lib/vfs/direntry.c         const struct vfs_s_super *super = (const struct vfs_s_super *) iter->data;
super             732 lib/vfs/direntry.c         name = g_strconcat (super->name, PATH_SEP_STR, me->prefix, VFS_PATH_URL_DELIMITER,
super             812 lib/vfs/direntry.c                 ino->super->want_stale = TRUE;
super             815 lib/vfs/direntry.c                 ino->super->want_stale = FALSE;
super             816 lib/vfs/direntry.c                 vfs_s_invalidate (me, ino->super);
super             886 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat)
super             896 lib/vfs/direntry.c     ino->super = super;
super             902 lib/vfs/direntry.c     super->ino_usage++;
super             942 lib/vfs/direntry.c     ino->super->ino_usage--;
super            1087 lib/vfs/direntry.c     inode = vfs_s_new_inode (me, parent->super, st);
super            1095 lib/vfs/direntry.c vfs_s_find_inode (struct vfs_class *me, const struct vfs_s_super *super,
super            1101 lib/vfs/direntry.c         return super->root;
super            1103 lib/vfs/direntry.c     ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags);
super            1124 lib/vfs/direntry.c     struct vfs_s_super *super = NULL;
super            1147 lib/vfs/direntry.c         super = VFS_SUPER (iter->data);
super            1150 lib/vfs/direntry.c         i = subclass->archive_same (path_element, super, vpath_archive, cookie);
super            1156 lib/vfs/direntry.c         super = NULL;
super            1161 lib/vfs/direntry.c     return super;
super            1179 lib/vfs/direntry.c     struct vfs_s_super *super;
super            1188 lib/vfs/direntry.c     super = vfs_get_super_by_vpath (vpath);
super            1189 lib/vfs/direntry.c     if (super != NULL)
super            1200 lib/vfs/direntry.c     super = subclass->new_archive != NULL ?
super            1210 lib/vfs/direntry.c         result = subclass->open_archive (super, vpath_archive, path_element);
super            1215 lib/vfs/direntry.c         vfs_s_free_super (path_element->class, super);
super            1219 lib/vfs/direntry.c     if (super->name == NULL)
super            1221 lib/vfs/direntry.c     if (super->root == NULL)
super            1224 lib/vfs/direntry.c     vfs_s_insert_super (path_element->class, super);
super            1225 lib/vfs/direntry.c     vfs_stamp_create (path_element->class, super);
super            1228 lib/vfs/direntry.c     *archive = super;
super            1235 lib/vfs/direntry.c vfs_s_invalidate (struct vfs_class *me, struct vfs_s_super *super)
super            1237 lib/vfs/direntry.c     if (!super->want_stale)
super            1239 lib/vfs/direntry.c         vfs_s_free_inode (me, super->root);
super            1240 lib/vfs/direntry.c         super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755));
super            1264 lib/vfs/direntry.c             if (ino == ino->super->root)
super            1300 lib/vfs/direntry.c     struct vfs_s_super *super;
super            1306 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
super            1312 lib/vfs/direntry.c     ino = vfs_s_find_inode (me, super, q, LINK_FOLLOW, FL_NONE);
super            1332 lib/vfs/direntry.c         dir = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_DIR);
super            1398 lib/vfs/direntry.c     vfs_rmstamp (me, (vfsid) super);
super            1399 lib/vfs/direntry.c     super->fd_usage++;
super             676 lib/vfs/interface.c             struct vfs_s_super *super;
super             678 lib/vfs/interface.c             super = vfs_get_super_by_vpath (vpath);
super             679 lib/vfs/interface.c             if (super != NULL && super->path_element != NULL)
super             681 lib/vfs/interface.c                 g_free (super->path_element->path);
super             682 lib/vfs/interface.c                 super->path_element->path = g_strdup (path_element->path);
super              45 lib/vfs/xdirentry.h #define VFS_FILE_HANDLER_SUPER(a) VFS_FILE_HANDLER (a)->ino->super
super              88 lib/vfs/xdirentry.h     struct vfs_s_super *super;  /* Archive the file is on */
super             160 lib/vfs/xdirentry.h                                      struct vfs_s_super *super, struct stat *initstat);
super             173 lib/vfs/xdirentry.h                                       const struct vfs_s_super *super,
super             183 lib/vfs/xdirentry.h void vfs_s_invalidate (struct vfs_class *me, struct vfs_s_super *super);
super              55 src/vfs/cpio/cpio.c #define CPIO_SUPER(super) ((cpio_super_t *) (super))
super              57 src/vfs/cpio/cpio.c #define CPIO_POS(super) cpio_position
super              61 src/vfs/cpio/cpio.c #define CPIO_SEEK_SET(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) = (where), SEEK_SET)
super              62 src/vfs/cpio/cpio.c #define CPIO_SEEK_CUR(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) += (where), SEEK_SET)
super              65 src/vfs/cpio/cpio.c #define SEEKBACK CPIO_SEEK_CUR(super, ptr - top)
super              66 src/vfs/cpio/cpio.c #define RETURN(x) return (CPIO_SUPER(super)->type = (x))
super              67 src/vfs/cpio/cpio.c #define TYPEIS(x) ((CPIO_SUPER(super)->type == CPIO_UNKNOWN) || (CPIO_SUPER(super)->type == (x)))
super             144 src/vfs/cpio/cpio.c static ssize_t cpio_find_head (struct vfs_class *me, struct vfs_s_super *super);
super             145 src/vfs/cpio/cpio.c static ssize_t cpio_read_bin_head (struct vfs_class *me, struct vfs_s_super *super);
super             146 src/vfs/cpio/cpio.c static ssize_t cpio_read_oldc_head (struct vfs_class *me, struct vfs_s_super *super);
super             147 src/vfs/cpio/cpio.c static ssize_t cpio_read_crc_head (struct vfs_class *me, struct vfs_s_super *super);
super             172 src/vfs/cpio/cpio.c cpio_skip_padding (struct vfs_s_super *super)
super             174 src/vfs/cpio/cpio.c     switch (CPIO_SUPER (super)->type)
super             178 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (2 - (CPIO_POS (super) % 2)) % 2);
super             181 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (4 - (CPIO_POS (super) % 4)) % 4);
super             183 src/vfs/cpio/cpio.c         return CPIO_POS (super);
super             208 src/vfs/cpio/cpio.c cpio_free_archive (struct vfs_class *me, struct vfs_s_super *super)
super             210 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             226 src/vfs/cpio/cpio.c cpio_open_cpio_file (struct vfs_class *me, struct vfs_s_super *super, const vfs_path_t * vpath)
super             240 src/vfs/cpio/cpio.c     super->name = g_strdup (vfs_path_as_str (vpath));
super             241 src/vfs/cpio/cpio.c     arch = CPIO_SUPER (super);
super             244 src/vfs/cpio/cpio.c     type = get_compression_type (fd, super->name);
super             253 src/vfs/cpio/cpio.c         s = g_strconcat (super->name, decompress_extension (type), (char *) NULL);
super             261 src/vfs/cpio/cpio.c             MC_PTR_FREE (super->name);
super             272 src/vfs/cpio/cpio.c     root = vfs_s_new_inode (me, super, &arch->st);
super             278 src/vfs/cpio/cpio.c     super->root = root;
super             280 src/vfs/cpio/cpio.c     CPIO_SEEK_SET (super, 0);
super             288 src/vfs/cpio/cpio.c cpio_read_head (struct vfs_class *me, struct vfs_s_super *super)
super             290 src/vfs/cpio/cpio.c     switch (cpio_find_head (me, super))
super             296 src/vfs/cpio/cpio.c         return cpio_read_bin_head (me, super);
super             298 src/vfs/cpio/cpio.c         return cpio_read_oldc_head (me, super);
super             301 src/vfs/cpio/cpio.c         return cpio_read_crc_head (me, super);
super             311 src/vfs/cpio/cpio.c cpio_find_head (struct vfs_class *me, struct vfs_s_super *super)
super             313 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             321 src/vfs/cpio/cpio.c         CPIO_POS (super) += top;
super             336 src/vfs/cpio/cpio.c                 message (D_ERROR, MSG_ERROR, _("Premature end of cpio archive\n%s"), super->name);
super             337 src/vfs/cpio/cpio.c                 cpio_free_archive (me, super);
super             375 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name)
super             377 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             379 src/vfs/cpio/cpio.c     struct vfs_s_inode *root = super->root;
super             426 src/vfs/cpio/cpio.c                          name, super->name);
super             449 src/vfs/cpio/cpio.c         root = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_MKDIR);
super             466 src/vfs/cpio/cpio.c                      _("%s contains duplicate entries! Skipping!"), super->name);
super             496 src/vfs/cpio/cpio.c                 inode = vfs_s_new_inode (me, super, st);
super             512 src/vfs/cpio/cpio.c                 inode->data_offset = CPIO_POS (super);
super             521 src/vfs/cpio/cpio.c             CPIO_SEEK_CUR (super, st->st_size);
super             539 src/vfs/cpio/cpio.c             CPIO_POS (super) += st->st_size;
super             540 src/vfs/cpio/cpio.c             cpio_skip_padding (super);
super             550 src/vfs/cpio/cpio.c cpio_read_bin_head (struct vfs_class *me, struct vfs_s_super *super)
super             558 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             566 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
super             576 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
super             587 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
super             588 src/vfs/cpio/cpio.c     cpio_skip_padding (super);
super             612 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &st, name);
super             621 src/vfs/cpio/cpio.c cpio_read_oldc_head (struct vfs_class *me, struct vfs_s_super *super)
super             623 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             635 src/vfs/cpio/cpio.c     CPIO_POS (super) += HEAD_LENGTH;
super             643 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
super             649 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
super             660 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
super             661 src/vfs/cpio/cpio.c     cpio_skip_padding (super);
super             684 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &u.st, name);
super             693 src/vfs/cpio/cpio.c cpio_read_crc_head (struct vfs_class *me, struct vfs_s_super *super)
super             695 src/vfs/cpio/cpio.c     cpio_super_t *arch = CPIO_SUPER (super);
super             708 src/vfs/cpio/cpio.c     CPIO_POS (super) += HEAD_LENGTH;
super             718 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
super             728 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
super             741 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
super             742 src/vfs/cpio/cpio.c     cpio_skip_padding (super);
super             765 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &u.st, name);
super             772 src/vfs/cpio/cpio.c cpio_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
super             777 src/vfs/cpio/cpio.c     if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1)
super             784 src/vfs/cpio/cpio.c         status = cpio_read_head (vpath_element->class, super);
super             122 src/vfs/extfs/extfs.c     struct extfs_super_t *super;
super             125 src/vfs/extfs/extfs.c     super = g_new0 (struct extfs_super_t, 1);
super             126 src/vfs/extfs/extfs.c     vsuper = VFS_SUPER (super);
super             131 src/vfs/extfs/extfs.c     super->fstype = fstype;
super             135 src/vfs/extfs/extfs.c         super->local_name = g_strdup (vfs_path_get_last_path_str (local_name_vpath));
super             136 src/vfs/extfs/extfs.c         mc_stat (local_name_vpath, &super->local_stat);
super             139 src/vfs/extfs/extfs.c     VFS_SUBCLASS (me)->supers = g_list_prepend (VFS_SUBCLASS (me)->supers, super);
super             141 src/vfs/extfs/extfs.c     return super;
super             233 src/vfs/extfs/extfs.c     struct extfs_super_t *super;
super             239 src/vfs/extfs/extfs.c         dir = dir->super->root;
super             242 src/vfs/extfs/extfs.c     super = EXTFS_SUPER (dir->super);
super             289 src/vfs/extfs/extfs.c                 pent = extfs_generate_entry (super, p, pdir->ino, S_IFDIR | 0777);
super             291 src/vfs/extfs/extfs.c                 pent = extfs_generate_entry (super, p, pdir->ino, S_IFREG | 0666);
super             398 src/vfs/extfs/extfs.c     struct vfs_s_super *super = VFS_SUPER (archive);
super             434 src/vfs/extfs/extfs.c                 pent = extfs_find_entry (super->root, q, FL_MKDIR);
super             444 src/vfs/extfs/extfs.c                 entry = extfs_entry_new (super->me, p, pent->ino);
super             450 src/vfs/extfs/extfs.c                 entry = extfs_entry_new (super->me, p, super->root);
super             451 src/vfs/extfs/extfs.c                 entry->dir = super->root;
super             452 src/vfs/extfs/extfs.c                 g_queue_push_tail (super->root->subdir, entry);
super             457 src/vfs/extfs/extfs.c                 pent = extfs_find_entry (super->root, current_link_name, FL_NONE);
super             472 src/vfs/extfs/extfs.c                 st.st_ino = super->ino_usage++;
super             489 src/vfs/extfs/extfs.c                 inode = vfs_s_new_inode (super->me, super, &st);
super             157 src/vfs/ftpfs/ftpfs.c #define FTP_SUPER(super) ((ftp_super_t *) (super))
super             237 src/vfs/ftpfs/ftpfs.c static char *ftpfs_get_current_directory (struct vfs_class *me, struct vfs_s_super *super);
super             238 src/vfs/ftpfs/ftpfs.c static int ftpfs_chdir_internal (struct vfs_class *me, struct vfs_s_super *super,
super             240 src/vfs/ftpfs/ftpfs.c static int ftpfs_open_socket (struct vfs_class *me, struct vfs_s_super *super);
super             241 src/vfs/ftpfs/ftpfs.c static gboolean ftpfs_login_server (struct vfs_class *me, struct vfs_s_super *super,
super             301 src/vfs/ftpfs/ftpfs.c ftpfs_translate_path (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)
super             305 src/vfs/ftpfs/ftpfs.c     if (!FTP_SUPER (super)->remote_is_amiga)
super             442 src/vfs/ftpfs/ftpfs.c ftpfs_reconnect (struct vfs_class *me, struct vfs_s_super *super)
super             444 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super             447 src/vfs/ftpfs/ftpfs.c     sock = ftpfs_open_socket (me, super);
super             456 src/vfs/ftpfs/ftpfs.c         if (ftpfs_login_server (me, super, super->path_element->password))
super             461 src/vfs/ftpfs/ftpfs.c             sock = ftpfs_chdir_internal (me, super, cwdir);
super             476 src/vfs/ftpfs/ftpfs.c ftpfs_command (struct vfs_class *me, struct vfs_s_super *super, int wait_reply, const char *fmt,
super             479 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super             520 src/vfs/ftpfs/ftpfs.c                 status = ftpfs_reconnect (me, super) ? 1 : 0;
super             547 src/vfs/ftpfs/ftpfs.c             status = ftpfs_reconnect (me, super) ? 1 : 0;
super             582 src/vfs/ftpfs/ftpfs.c ftpfs_free_archive (struct vfs_class *me, struct vfs_s_super *super)
super             584 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super             588 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_("ftpfs: Disconnecting from %s"), super->path_element->host);
super             589 src/vfs/ftpfs/ftpfs.c         ftpfs_command (me, super, NONE, "%s", "QUIT");
super             598 src/vfs/ftpfs/ftpfs.c ftpfs_changetype (struct vfs_class *me, struct vfs_s_super *super, int binary)
super             600 src/vfs/ftpfs/ftpfs.c     if (binary != FTP_SUPER (super)->isbinary)
super             602 src/vfs/ftpfs/ftpfs.c         if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE)
super             604 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->isbinary = binary;
super             613 src/vfs/ftpfs/ftpfs.c ftpfs_login_server (struct vfs_class *me, struct vfs_s_super *super, const char *netrcpass)
super             615 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super             624 src/vfs/ftpfs/ftpfs.c     if (super->path_element->password != NULL)  /* explicit password */
super             625 src/vfs/ftpfs/ftpfs.c         op = g_strdup (super->path_element->password);
super             628 src/vfs/ftpfs/ftpfs.c     else if (strcmp (super->path_element->user, "anonymous") == 0
super             629 src/vfs/ftpfs/ftpfs.c              || strcmp (super->path_element->user, "ftp") == 0)
super             640 src/vfs/ftpfs/ftpfs.c         p = g_strdup_printf (_("FTP: Password required for %s"), super->path_element->user);
super             645 src/vfs/ftpfs/ftpfs.c         super->path_element->password = g_strdup (op);
super             659 src/vfs/ftpfs/ftpfs.c             g_strconcat (super->path_element->user, "@",
super             660 src/vfs/ftpfs/ftpfs.c                          super->path_element->host[0] ==
super             661 src/vfs/ftpfs/ftpfs.c                          '!' ? super->path_element->host + 1 : super->path_element->host,
super             664 src/vfs/ftpfs/ftpfs.c         name = g_strdup (super->path_element->user);
super             685 src/vfs/ftpfs/ftpfs.c         switch (ftpfs_command (me, super, WAIT_REPLY, "USER %s", name))
super             689 src/vfs/ftpfs/ftpfs.c             code = ftpfs_command (me, super, WAIT_REPLY, "PASS %s", pass);
super             695 src/vfs/ftpfs/ftpfs.c                                      super->path_element->user);
super             702 src/vfs/ftpfs/ftpfs.c                 code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op);
super             718 src/vfs/ftpfs/ftpfs.c             wipe_password (super->path_element->password);
super             719 src/vfs/ftpfs/ftpfs.c             super->path_element->password = NULL;
super             725 src/vfs/ftpfs/ftpfs.c              super->path_element->user);
super             847 src/vfs/ftpfs/ftpfs.c ftpfs_open_socket (struct vfs_class *me, struct vfs_s_super *super)
super             858 src/vfs/ftpfs/ftpfs.c     if (super->path_element->host == NULL || *super->path_element->host == '\0')
super             867 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->proxy != NULL)
super             871 src/vfs/ftpfs/ftpfs.c         host = g_strdup (super->path_element->host);
super             872 src/vfs/ftpfs/ftpfs.c         tmp_port = super->path_element->port;
super             959 src/vfs/ftpfs/ftpfs.c ftpfs_open_archive_int (struct vfs_class *me, struct vfs_s_super *super)
super             961 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super             972 src/vfs/ftpfs/ftpfs.c         ftp_super->sock = ftpfs_open_socket (me, super);
super             976 src/vfs/ftpfs/ftpfs.c         if (ftpfs_login_server (me, super, NULL))
super            1010 src/vfs/ftpfs/ftpfs.c     ftp_super->current_dir = ftpfs_get_current_directory (me, super);
super            1020 src/vfs/ftpfs/ftpfs.c ftpfs_open_archive (struct vfs_s_super *super,
super            1025 src/vfs/ftpfs/ftpfs.c     super->path_element = ftpfs_correct_url_parameters (vpath_element);
super            1026 src/vfs/ftpfs/ftpfs.c     if (ftpfs_check_proxy (super->path_element->host))
super            1027 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->proxy = ftpfs_proxy_host;
super            1028 src/vfs/ftpfs/ftpfs.c     super->root =
super            1029 src/vfs/ftpfs/ftpfs.c         vfs_s_new_inode (vpath_element->class, super, ftpfs_default_stat (vpath_element->class));
super            1031 src/vfs/ftpfs/ftpfs.c     return ftpfs_open_archive_int (vpath_element->class, super);
super            1037 src/vfs/ftpfs/ftpfs.c ftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
super            1048 src/vfs/ftpfs/ftpfs.c     result = ((strcmp (path_element->host, super->path_element->host) == 0)
super            1049 src/vfs/ftpfs/ftpfs.c               && (strcmp (path_element->user, super->path_element->user) == 0)
super            1050 src/vfs/ftpfs/ftpfs.c               && (path_element->port == super->path_element->port)) ? 1 : 0;
super            1060 src/vfs/ftpfs/ftpfs.c ftpfs_get_current_directory (struct vfs_class *me, struct vfs_s_super *super)
super            1064 src/vfs/ftpfs/ftpfs.c     if (ftpfs_command (me, super, NONE, "%s", "PWD") == COMPLETE &&
super            1065 src/vfs/ftpfs/ftpfs.c         ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE)
super            1109 src/vfs/ftpfs/ftpfs.c ftpfs_setup_passive_pasv (struct vfs_class *me, struct vfs_s_super *super,
super            1116 src/vfs/ftpfs/ftpfs.c     if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE)
super            1147 src/vfs/ftpfs/ftpfs.c ftpfs_setup_passive_epsv (struct vfs_class *me, struct vfs_s_super *super,
super            1153 src/vfs/ftpfs/ftpfs.c     if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE)
super            1187 src/vfs/ftpfs/ftpfs.c ftpfs_setup_passive (struct vfs_class *me, struct vfs_s_super *super,
super            1193 src/vfs/ftpfs/ftpfs.c         if (!ftpfs_setup_passive_pasv (me, super, my_socket, sa, salen))
super            1195 src/vfs/ftpfs/ftpfs.c             if (!ftpfs_setup_passive_epsv (me, super, my_socket, sa, salen))
super            1199 src/vfs/ftpfs/ftpfs.c     else if (!ftpfs_setup_passive_epsv (me, super, my_socket, sa, salen))
super            1209 src/vfs/ftpfs/ftpfs.c ftpfs_setup_active (struct vfs_class *me, struct vfs_s_super *super,
super            1267 src/vfs/ftpfs/ftpfs.c         if (ftpfs_command (me, super, WAIT_REPLY,
super            1286 src/vfs/ftpfs/ftpfs.c         (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) ==
super            1296 src/vfs/ftpfs/ftpfs.c ftpfs_init_data_socket (struct vfs_class *me, struct vfs_s_super *super,
super            1301 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1320 src/vfs/ftpfs/ftpfs.c                 if (ftpfs_reconnect (me, super))
super            1339 src/vfs/ftpfs/ftpfs.c             if (ftpfs_reconnect (me, super))
super            1380 src/vfs/ftpfs/ftpfs.c ftpfs_initconn (struct vfs_class *me, struct vfs_s_super *super)
super            1382 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1397 src/vfs/ftpfs/ftpfs.c         data_sock = ftpfs_init_data_socket (me, super, &data_addr, &data_addrlen);
super            1401 src/vfs/ftpfs/ftpfs.c         if (ftpfs_setup_passive (me, super, data_sock, &data_addr, &data_addrlen))
super            1415 src/vfs/ftpfs/ftpfs.c         data_sock = ftpfs_init_data_socket (me, super, &data_addr, &data_addrlen);
super            1427 src/vfs/ftpfs/ftpfs.c         if (ftpfs_setup_active (me, super, data_addr, data_addrlen) != 0)
super            1445 src/vfs/ftpfs/ftpfs.c ftpfs_open_data_connection (struct vfs_class *me, struct vfs_s_super *super, const char *cmd,
super            1448 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1455 src/vfs/ftpfs/ftpfs.c     s = ftpfs_initconn (me, super);
super            1459 src/vfs/ftpfs/ftpfs.c     if (ftpfs_changetype (me, super, isbinary) == -1)
super            1467 src/vfs/ftpfs/ftpfs.c         j = ftpfs_command (me, super, WAIT_REPLY, "REST %d", reget);
super            1476 src/vfs/ftpfs/ftpfs.c         j = ftpfs_command (me, super, WAIT_REPLY, "%s", cmd);
super            1481 src/vfs/ftpfs/ftpfs.c         remote_path = ftpfs_translate_path (me, super, remote);
super            1482 src/vfs/ftpfs/ftpfs.c         j = ftpfs_command (me, super, WAIT_REPLY, "%s /%s", cmd,
super            1520 src/vfs/ftpfs/ftpfs.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            1521 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1539 src/vfs/ftpfs/ftpfs.c     if (ftpfs_command (me, super, NONE, "%cABOR", DM) != COMPLETE)
super            1570 src/vfs/ftpfs/ftpfs.c                     ftpfs_reconnect (me, super);
super            1586 src/vfs/ftpfs/ftpfs.c resolve_symlink_without_ls_options (struct vfs_class *me, struct vfs_s_super *super,
super            1666 src/vfs/ftpfs/ftpfs.c resolve_symlink_with_ls_options (struct vfs_class *me, struct vfs_s_super *super,
super            1767 src/vfs/ftpfs/ftpfs.c     ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0);
super            1773 src/vfs/ftpfs/ftpfs.c resolve_symlink (struct vfs_class *me, struct vfs_s_super *super, struct vfs_s_inode *dir)
super            1777 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->strict_rfc959_list_cmd)
super            1778 src/vfs/ftpfs/ftpfs.c         resolve_symlink_without_ls_options (me, super, dir);
super            1780 src/vfs/ftpfs/ftpfs.c         resolve_symlink_with_ls_options (me, super, dir);
super            1789 src/vfs/ftpfs/ftpfs.c     struct vfs_s_super *super = dir->super;
super            1790 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1809 src/vfs/ftpfs/ftpfs.c     if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE)
super            1819 src/vfs/ftpfs/ftpfs.c         sock = ftpfs_open_data_connection (me, super, "LIST", 0, TYPE_ASCII, 0);
super            1823 src/vfs/ftpfs/ftpfs.c         sock = ftpfs_open_data_connection (me, super, "LIST -la", 0, TYPE_ASCII, 0);
super            1830 src/vfs/ftpfs/ftpfs.c         sock = ftpfs_open_data_connection (me, super, "LIST -la", path, TYPE_ASCII, 0);
super            1923 src/vfs/ftpfs/ftpfs.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            1924 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            1950 src/vfs/ftpfs/ftpfs.c         ftpfs_open_data_connection (me, super, ftp->append ? "APPE" : "STOR", name, TYPE_BINARY, 0);
super            2055 src/vfs/ftpfs/ftpfs.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            2068 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->ctl_connection_busy = FALSE;
super            2071 src/vfs/ftpfs/ftpfs.c         if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE))
super            2122 src/vfs/ftpfs/ftpfs.c     struct vfs_s_super *super;
super            2129 src/vfs/ftpfs/ftpfs.c     rpath = vfs_s_get_path (vpath, &super, 0);
super            2133 src/vfs/ftpfs/ftpfs.c     p = ftpfs_translate_path (me, super, rpath);
super            2134 src/vfs/ftpfs/ftpfs.c     r = ftpfs_command (me, super, WAIT_REPLY, cmd, p);
super            2136 src/vfs/ftpfs/ftpfs.c     vfs_stamp_create (vfs_ftpfs_ops, super);
super            2145 src/vfs/ftpfs/ftpfs.c         vfs_s_invalidate (me, super);
super            2232 src/vfs/ftpfs/ftpfs.c ftpfs_is_same_dir (struct vfs_class *me, struct vfs_s_super *super, const char *path)
super            2236 src/vfs/ftpfs/ftpfs.c     return (FTP_SUPER (super)->current_dir != NULL
super            2237 src/vfs/ftpfs/ftpfs.c             && strcmp (path, FTP_SUPER (super)->current_dir) == 0);
super            2243 src/vfs/ftpfs/ftpfs.c ftpfs_chdir_internal (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)
super            2245 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
super            2249 src/vfs/ftpfs/ftpfs.c     if (!ftp_super->cwd_deferred && ftpfs_is_same_dir (me, super, remote_path))
super            2252 src/vfs/ftpfs/ftpfs.c     p = ftpfs_translate_path (me, super, remote_path);
super            2253 src/vfs/ftpfs/ftpfs.c     r = ftpfs_command (me, super, WAIT_REPLY, "CWD /%s", p);
super            2429 src/vfs/ftpfs/ftpfs.c         const struct vfs_s_super *super = (const struct vfs_s_super *) iter->data;
super            2432 src/vfs/ftpfs/ftpfs.c         name = vfs_path_element_build_pretty_path_str (super->path_element);
super             355 src/vfs/sftpfs/config_parser.c sftpfs_fill_connection_data_from_config (struct vfs_s_super *super, GError ** mcerror)
super             357 src/vfs/sftpfs/config_parser.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             362 src/vfs/sftpfs/config_parser.c     config_entity = sftpfs_get_config_entity (super->path_element, mcerror);
super             370 src/vfs/sftpfs/config_parser.c     if (super->path_element->port == 0)
super             371 src/vfs/sftpfs/config_parser.c         super->path_element->port = config_entity->port;
super             373 src/vfs/sftpfs/config_parser.c     if (super->path_element->user == NULL)
super             374 src/vfs/sftpfs/config_parser.c         super->path_element->user = g_strdup (config_entity->user);
super             378 src/vfs/sftpfs/config_parser.c         g_free (super->path_element->host);
super             379 src/vfs/sftpfs/config_parser.c         super->path_element->host = g_strdup (config_entity->real_host);
super             133 src/vfs/sftpfs/connection.c sftpfs_open_socket (struct vfs_s_super *super, GError ** mcerror)
super             135 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             145 src/vfs/sftpfs/connection.c     if (super->path_element->host == NULL || *super->path_element->host == '\0')
super             151 src/vfs/sftpfs/connection.c     sprintf (port, "%hu", (unsigned short) super->path_element->port);
super             166 src/vfs/sftpfs/connection.c     e = getaddrinfo (super->path_element->host, port, &hints, &res);
super             173 src/vfs/sftpfs/connection.c         e = getaddrinfo (super->path_element->host, port, &hints, &res);
super             224 src/vfs/sftpfs/connection.c         vfs_print_message (_("sftp: making connection to %s"), super->path_element->host);
super             264 src/vfs/sftpfs/connection.c sftpfs_read_known_hosts (struct vfs_s_super *super, GError ** mcerror)
super             266 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             295 src/vfs/sftpfs/connection.c                 found = strcmp (store->name, super->path_element->host) == 0;
super             306 src/vfs/sftpfs/connection.c                 if (port == super->path_element->port)
super             311 src/vfs/sftpfs/connection.c                     found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0;
super             402 src/vfs/sftpfs/connection.c sftpfs_update_known_hosts (struct vfs_s_super *super, const char *remote_key, size_t remote_key_len,
super             405 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             409 src/vfs/sftpfs/connection.c     rc = libssh2_knownhost_addc (sftpfs_super->known_hosts, super->path_element->host, NULL,
super             423 src/vfs/sftpfs/connection.c                     super->path_element->host, sftpfs_super->ip_address);
super             468 src/vfs/sftpfs/connection.c sftpfs_process_known_host (struct vfs_s_super *super, GError ** mcerror)
super             470 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             537 src/vfs/sftpfs/connection.c     rc = libssh2_knownhost_checkp (sftpfs_super->known_hosts, super->path_element->host,
super             538 src/vfs/sftpfs/connection.c                                    super->path_element->port, remote_key, remote_key_len,
super             558 src/vfs/sftpfs/connection.c                                super->path_element->host, sftpfs_super->ip_address,
super             571 src/vfs/sftpfs/connection.c                                super->path_element->host, sftpfs_super->ip_address);
super             585 src/vfs/sftpfs/connection.c             if (sftpfs_update_known_hosts (super, remote_key, remote_key_len,
super             622 src/vfs/sftpfs/connection.c sftpfs_recognize_auth_types (struct vfs_s_super *super)
super             625 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             629 src/vfs/sftpfs/connection.c     userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user,
super             630 src/vfs/sftpfs/connection.c                                           strlen (super->path_element->user));
super             660 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_agent (struct vfs_s_super *super, GError ** mcerror)
super             662 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             693 src/vfs/sftpfs/connection.c         if (libssh2_agent_userauth (sftpfs_super->agent, super->path_element->user, identity) == 0)
super             712 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_key (struct vfs_s_super *super, GError ** mcerror)
super             714 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             726 src/vfs/sftpfs/connection.c     if (libssh2_userauth_publickey_fromfile (sftpfs_super->session, super->path_element->user,
super             728 src/vfs/sftpfs/connection.c                                              super->path_element->password) == 0)
super             731 src/vfs/sftpfs/connection.c     p = g_strdup_printf (_("sftp: Enter passphrase for %s "), super->path_element->user);
super             740 src/vfs/sftpfs/connection.c                                                           super->path_element->user,
super             804 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_password (struct vfs_s_super *super, GError ** mcerror)
super             806 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             816 src/vfs/sftpfs/connection.c     if (super->path_element->password != NULL)
super             818 src/vfs/sftpfs/connection.c         while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,
super             819 src/vfs/sftpfs/connection.c                                                 super->path_element->password)) ==
super             824 src/vfs/sftpfs/connection.c         kbi_super = super;
super             825 src/vfs/sftpfs/connection.c         kbi_passwd = super->path_element->password;
super             829 src/vfs/sftpfs/connection.c                                                        super->path_element->user,
super             841 src/vfs/sftpfs/connection.c     p = g_strdup_printf (_("sftp: Enter password for %s "), super->path_element->user);
super             849 src/vfs/sftpfs/connection.c         while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,
super             855 src/vfs/sftpfs/connection.c             kbi_super = super;
super             860 src/vfs/sftpfs/connection.c                                                            super->path_element->user,
super             872 src/vfs/sftpfs/connection.c             g_free (super->path_element->password);
super             873 src/vfs/sftpfs/connection.c             super->path_element->password = passwd;
super             894 src/vfs/sftpfs/connection.c sftpfs_open_connection (struct vfs_s_super *super, GError ** mcerror)
super             897 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             905 src/vfs/sftpfs/connection.c     sftpfs_super->socket_handle = sftpfs_open_socket (super, mcerror);
super             914 src/vfs/sftpfs/connection.c     if (!sftpfs_read_known_hosts (super, mcerror))
super             931 src/vfs/sftpfs/connection.c     if (!sftpfs_process_known_host (super, mcerror))
super             934 src/vfs/sftpfs/connection.c     if (!sftpfs_recognize_auth_types (super))
super             943 src/vfs/sftpfs/connection.c     if (!sftpfs_open_connection_ssh_agent (super, mcerror)
super             944 src/vfs/sftpfs/connection.c         && !sftpfs_open_connection_ssh_key (super, mcerror)
super             945 src/vfs/sftpfs/connection.c         && !sftpfs_open_connection_ssh_password (super, mcerror))
super             969 src/vfs/sftpfs/connection.c sftpfs_close_connection (struct vfs_s_super *super, const char *shutdown_message, GError ** mcerror)
super             971 src/vfs/sftpfs/connection.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super              46 src/vfs/sftpfs/dir.c     sftpfs_super_t *super;
super              96 src/vfs/sftpfs/dir.c     sftpfs_dir->super = sftpfs_super;
super             126 src/vfs/sftpfs/dir.c         if (!sftpfs_waitsocket (sftpfs_dir->super, rc, mcerror))
super              88 src/vfs/sftpfs/file.c sftpfs_file__handle_error (sftpfs_super_t * super, int sftp_res, GError ** mcerror)
super              90 src/vfs/sftpfs/file.c     if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_PERMISSION_DENIED))
super              93 src/vfs/sftpfs/file.c     if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_NO_SUCH_FILE))
super              96 src/vfs/sftpfs/file.c     if (!sftpfs_waitsocket (super, sftp_res, mcerror))
super             135 src/vfs/sftpfs/file.c     sftpfs_super_t *super = SFTP_SUPER (fh->ino->super);
super             170 src/vfs/sftpfs/file.c             libssh2_sftp_open_ex (super->sftp_session, fixfname->str, fixfname->len,
super             175 src/vfs/sftpfs/file.c         libssh_errno = libssh2_session_last_errno (super->session);
super             178 src/vfs/sftpfs/file.c             sftpfs_ssherror_to_gliberror (super, libssh_errno, mcerror);
super             229 src/vfs/sftpfs/file.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super             230 src/vfs/sftpfs/file.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             273 src/vfs/sftpfs/file.c     sftpfs_super_t *super;
super             284 src/vfs/sftpfs/file.c     super = SFTP_SUPER (VFS_FILE_HANDLER_SUPER (fh));
super             294 src/vfs/sftpfs/file.c         err = sftpfs_file__handle_error (super, (int) rc, mcerror);
super             323 src/vfs/sftpfs/file.c     sftpfs_super_t *super = SFTP_SUPER (VFS_FILE_HANDLER_SUPER (fh));
super             337 src/vfs/sftpfs/file.c         err = sftpfs_file__handle_error (super, (int) rc, mcerror);
super              80 src/vfs/sftpfs/internal.c sftpfs_internal_waitsocket (sftpfs_super_t * super, GError ** mcerror)
super              91 src/vfs/sftpfs/internal.c     FD_SET (super->socket_handle, &fd);
super              94 src/vfs/sftpfs/internal.c     dir = libssh2_session_block_directions (super->session);
super             102 src/vfs/sftpfs/internal.c     ret = select (super->socket_handle + 1, readfd, writefd, NULL, &timeout);
super             117 src/vfs/sftpfs/internal.c sftpfs_stat_init (sftpfs_super_t ** super, const vfs_path_element_t ** path_element,
super             124 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (super, path_element, vpath, mcerror))
super             131 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex ((*super)->sftp_session, fixfname->str, fixfname->len,
super             136 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))
super             139 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
super             142 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (*super, res, mcerror))
super             155 src/vfs/sftpfs/internal.c sftpfs_waitsocket (sftpfs_super_t * super, int sftp_res, GError ** mcerror)
super             159 src/vfs/sftpfs/internal.c         sftpfs_ssherror_to_gliberror (super, sftp_res, mcerror);
super             163 src/vfs/sftpfs/internal.c     sftpfs_internal_waitsocket (super, mcerror);
super             187 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (sftpfs_super_t * super, int libssh_errno, GError ** mcerror)
super             194 src/vfs/sftpfs/internal.c     libssh2_session_last_error (super->session, &err, &err_len, 1);
super             195 src/vfs/sftpfs/internal.c     if (libssh_errno == LIBSSH2_ERROR_SFTP_PROTOCOL && super->sftp_session != NULL)
super             197 src/vfs/sftpfs/internal.c                             libssh2_sftp_last_error (super->sftp_session));
super             223 src/vfs/sftpfs/internal.c sftpfs_op_init (sftpfs_super_t ** super, const vfs_path_element_t ** path_element,
super             236 src/vfs/sftpfs/internal.c     *super = SFTP_SUPER (lc_super);
super             237 src/vfs/sftpfs/internal.c     if ((*super)->sftp_session == NULL)
super             289 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             294 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
super             317 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             322 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
super             347 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             352 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))
super             360 src/vfs/sftpfs/internal.c             libssh2_sftp_symlink_ex (super->sftp_session, fixfname->str, fixfname->len, buf, size,
super             365 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super             386 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             395 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element2, vpath2, mcerror))
super             408 src/vfs/sftpfs/internal.c             libssh2_sftp_symlink_ex (super->sftp_session, path1, path1_len, tmp_path, tmp_path_len,
super             413 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super             439 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             445 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
super             458 src/vfs/sftpfs/internal.c             libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
super             463 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
super             466 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
super             472 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super             493 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             499 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
super             511 src/vfs/sftpfs/internal.c             libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
super             516 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
super             519 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
super             525 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super             545 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             550 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))
super             557 src/vfs/sftpfs/internal.c         res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len);
super             561 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super             582 src/vfs/sftpfs/internal.c     sftpfs_super_t *super = NULL;
super             591 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element2, vpath2, mcerror))
super             604 src/vfs/sftpfs/internal.c             libssh2_sftp_rename_ex (super->sftp_session, fixfname->str, fixfname->len, tmp_path,
super             609 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
super              24 src/vfs/sftpfs/internal.h #define SFTP_SUPER(super) ((sftpfs_super_t *) (super))
super              73 src/vfs/sftpfs/internal.h void sftpfs_ssherror_to_gliberror (sftpfs_super_t * super, int libssh_errno, GError ** mcerror);
super              74 src/vfs/sftpfs/internal.h gboolean sftpfs_waitsocket (sftpfs_super_t * super, int sftp_res, GError ** mcerror);
super              78 src/vfs/sftpfs/internal.h gboolean sftpfs_op_init (sftpfs_super_t ** super, const vfs_path_element_t ** path_element,
super              91 src/vfs/sftpfs/internal.h void sftpfs_fill_connection_data_from_config (struct vfs_s_super *super, GError ** mcerror);
super              92 src/vfs/sftpfs/internal.h int sftpfs_open_connection (struct vfs_s_super *super, GError ** mcerror);
super              93 src/vfs/sftpfs/internal.h void sftpfs_close_connection (struct vfs_s_super *super, const char *shutdown_message,
super             111 src/vfs/sftpfs/sftpfs.c     struct vfs_s_super *super;
super             117 src/vfs/sftpfs/sftpfs.c     path_super = vfs_s_get_path (vpath, &super, 0);
super             123 src/vfs/sftpfs/sftpfs.c     path_inode = vfs_s_find_inode (me, super, path_super, LINK_FOLLOW, FL_NONE);
super             137 src/vfs/sftpfs/sftpfs.c         dir = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_DIR);
super             165 src/vfs/sftpfs/sftpfs.c     vfs_rmstamp (me, (vfsid) super);
super             166 src/vfs/sftpfs/sftpfs.c     super->fd_usage++;
super             494 src/vfs/sftpfs/sftpfs.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (data);
super             497 src/vfs/sftpfs/sftpfs.c     super->fd_usage--;
super             498 src/vfs/sftpfs/sftpfs.c     if (super->fd_usage == 0)
super             499 src/vfs/sftpfs/sftpfs.c         vfs_stamp_create (vfs_sftpfs_ops, super);
super             666 src/vfs/sftpfs/sftpfs.c         const struct vfs_s_super *super = (const struct vfs_s_super *) iter->data;
super             669 src/vfs/sftpfs/sftpfs.c         name = vfs_path_element_build_pretty_path_str (super->path_element);
super             688 src/vfs/sftpfs/sftpfs.c sftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
super             697 src/vfs/sftpfs/sftpfs.c     orig_connect_info = SFTP_SUPER (super)->original_connection_info;
super             734 src/vfs/sftpfs/sftpfs.c sftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
super             738 src/vfs/sftpfs/sftpfs.c     sftpfs_super_t *sftpfs_super = SFTP_SUPER (super);
super             751 src/vfs/sftpfs/sftpfs.c     super->path_element = vfs_path_element_clone (vpath_element);
super             753 src/vfs/sftpfs/sftpfs.c     sftpfs_fill_connection_data_from_config (super, &mcerror);
super             760 src/vfs/sftpfs/sftpfs.c     super->root =
super             761 src/vfs/sftpfs/sftpfs.c         vfs_s_new_inode (vpath_element->class, super,
super             764 src/vfs/sftpfs/sftpfs.c     ret_value = sftpfs_open_connection (super, &mcerror);
super             778 src/vfs/sftpfs/sftpfs.c sftpfs_free_archive (struct vfs_class *me, struct vfs_s_super *super)
super             784 src/vfs/sftpfs/sftpfs.c     sftpfs_close_connection (super, "Normal Shutdown", &mcerror);
super             786 src/vfs/sftpfs/sftpfs.c     vfs_path_element_free (SFTP_SUPER (super)->original_connection_info);
super             119 src/vfs/shell/shell.c #define SHELL_SUPER(super) ((shell_super_t *) (super))
super             273 src/vfs/shell/shell.c shell_command (struct vfs_class *me, struct vfs_s_super *super, int wait_reply, const char *cmd,
super             292 src/vfs/shell/shell.c     status = write (SHELL_SUPER (super)->sockw, cmd, cmd_len);
super             299 src/vfs/shell/shell.c         return shell_get_reply (me, SHELL_SUPER (super)->sockr,
super             309 src/vfs/shell/shell.c shell_command_va (struct vfs_class *me, struct vfs_s_super *super, int wait_reply, const char *scr,
super             315 src/vfs/shell/shell.c     command = mc_g_string_dup (SHELL_SUPER (super)->scr_env);
super             318 src/vfs/shell/shell.c     r = shell_command (me, super, wait_reply, command->str, command->len);
super             328 src/vfs/shell/shell.c shell_command_v (struct vfs_class *me, struct vfs_s_super *super, int wait_reply, const char *scr,
super             335 src/vfs/shell/shell.c     r = shell_command_va (me, super, wait_reply, scr, vars, ap);
super             345 src/vfs/shell/shell.c shell_send_command (struct vfs_class *me, struct vfs_s_super *super, int flags, const char *scr,
super             352 src/vfs/shell/shell.c     r = shell_command_va (me, super, WAIT_REPLY, scr, vars, ap);
super             354 src/vfs/shell/shell.c     vfs_stamp_create (vfs_shell_ops, super);
super             359 src/vfs/shell/shell.c         vfs_s_invalidate (me, super);
super             380 src/vfs/shell/shell.c shell_free_archive (struct vfs_class *me, struct vfs_s_super *super)
super             382 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
super             385 src/vfs/shell/shell.c         vfs_print_message (_("shell: Disconnecting from %s"), super->name ? super->name : "???");
super             389 src/vfs/shell/shell.c         shell_command (me, super, NONE, "exit\n", -1);
super             421 src/vfs/shell/shell.c shell_pipeopen (struct vfs_s_super *super, const char *path, const char *argv[])
super             437 src/vfs/shell/shell.c         SHELL_SUPER (super)->sockw = fileset1[1];
super             439 src/vfs/shell/shell.c         SHELL_SUPER (super)->sockr = fileset2[0];
super             493 src/vfs/shell/shell.c shell_info (struct vfs_class *me, struct vfs_s_super *super)
super             495 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
super             497 src/vfs/shell/shell.c     if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE)
super             519 src/vfs/shell/shell.c shell_open_archive_pipeopen (struct vfs_s_super *super)
super             523 src/vfs/shell/shell.c     const char *xsh = (super->path_element->port == SHELL_FLAG_RSH ? "rsh" : "ssh");
super             527 src/vfs/shell/shell.c     if (super->path_element->port == SHELL_FLAG_COMPRESSED)
super             530 src/vfs/shell/shell.c     if (super->path_element->port > SHELL_FLAG_RSH)
super             533 src/vfs/shell/shell.c         g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port);
super             544 src/vfs/shell/shell.c     if (super->path_element->user != NULL)
super             547 src/vfs/shell/shell.c         argv[i++] = super->path_element->user;
super             552 src/vfs/shell/shell.c         super->path_element->user = vfs_get_local_username ();
super             555 src/vfs/shell/shell.c     argv[i++] = super->path_element->host;
super             559 src/vfs/shell/shell.c     shell_pipeopen (super, xsh, argv);
super             565 src/vfs/shell/shell.c shell_open_archive_talk (struct vfs_class *me, struct vfs_s_super *super)
super             567 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
super             584 src/vfs/shell/shell.c         if (super->path_element->password == NULL)
super             589 src/vfs/shell/shell.c                                  super->path_element->user);
super             594 src/vfs/shell/shell.c             super->path_element->password = op;
super             602 src/vfs/shell/shell.c             str_len = strlen (super->path_element->password);
super             603 src/vfs/shell/shell.c             if ((write (shell_super.sockw, super->path_element->password, str_len) !=
super             615 src/vfs/shell/shell.c shell_open_archive_int (struct vfs_class *me, struct vfs_s_super *super)
super             623 src/vfs/shell/shell.c     shell_open_archive_pipeopen (super);
super             626 src/vfs/shell/shell.c     ftalk = shell_open_archive_talk (me, super);
super             638 src/vfs/shell/shell.c         (me, super, WAIT_REPLY,
super             644 src/vfs/shell/shell.c     if (shell_info (me, super))
super             645 src/vfs/shell/shell.c         SHELL_SUPER (super)->scr_env = shell_set_env (SHELL_SUPER (super)->host_flags);
super             648 src/vfs/shell/shell.c     super->name =
super             649 src/vfs/shell/shell.c         g_strconcat ("sh://", super->path_element->user, "@", super->path_element->host,
super             652 src/vfs/shell/shell.c     super->name = g_strdup (PATH_SEP_STR);
super             655 src/vfs/shell/shell.c     super->root = vfs_s_new_inode (me, super, shell_default_stat (me));
super             663 src/vfs/shell/shell.c shell_open_archive (struct vfs_s_super *super,
super             666 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
super             670 src/vfs/shell/shell.c     super->path_element = vfs_path_element_clone (vpath_element);
super             673 src/vfs/shell/shell.c         super->path_element->port = SHELL_FLAG_RSH;
super             676 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE,
super             679 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_EXISTS_FILE,
super             682 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_MKDIR_FILE,
super             685 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_UNLINK_FILE,
super             688 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_CHOWN_FILE,
super             691 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_CHMOD_FILE,
super             694 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_UTIME_FILE,
super             697 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_RMDIR_FILE,
super             700 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE,
super             703 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE,
super             706 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_HARDLINK_FILE,
super             709 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_GET_FILE,
super             712 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_SEND_FILE,
super             715 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_APPEND_FILE,
super             718 src/vfs/shell/shell.c         shell_load_script_from_file (super->path_element->host, VFS_SHELL_INFO_FILE,
super             721 src/vfs/shell/shell.c     return shell_open_archive_int (vpath_element->class, super);
super             727 src/vfs/shell/shell.c shell_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
super             741 src/vfs/shell/shell.c     result = ((strcmp (path_element->host, super->path_element->host) == 0)
super             742 src/vfs/shell/shell.c               && (strcmp (path_element->user, super->path_element->user) == 0)
super             743 src/vfs/shell/shell.c               && (path_element->port == super->path_element->port)) ? 1 : 0;
super             912 src/vfs/shell/shell.c     struct vfs_s_super *super = dir->super;
super             931 src/vfs/shell/shell.c     (void) shell_command_v (me, super, NONE, SHELL_SUPER (super)->scr_ls, "SHELL_FILENAME=%s;\n",
super             942 src/vfs/shell/shell.c             vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), SHELL_SUPER (super)->sockr);
super             989 src/vfs/shell/shell.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super             990 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
super            1041 src/vfs/shell/shell.c         shell_command_v (me, super, WAIT_REPLY,
super            1101 src/vfs/shell/shell.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            1120 src/vfs/shell/shell.c         shell_command_v (me, super, WANT_STRING, SHELL_SUPER (super)->scr_get,
super            1146 src/vfs/shell/shell.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            1157 src/vfs/shell/shell.c             n = read (SHELL_SUPER (super)->sockr, buffer, n);
super            1165 src/vfs/shell/shell.c     if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE)
super            1177 src/vfs/shell/shell.c     struct vfs_s_super *super = VFS_FILE_HANDLER_SUPER (fh);
super            1182 src/vfs/shell/shell.c     while (len != 0 && ((n = read (SHELL_SUPER (super)->sockr, buf, len)) < 0))
super            1194 src/vfs/shell/shell.c     else if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE)
super            1251 src/vfs/shell/shell.c     struct vfs_s_super *super, *super2;
super            1255 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
super            1269 src/vfs/shell/shell.c         shell_send_command (me, super2, OPT_FLUSH, SHELL_SUPER (super)->scr_mv,
super            1285 src/vfs/shell/shell.c     struct vfs_s_super *super, *super2;
super            1289 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
super            1303 src/vfs/shell/shell.c         shell_send_command (me, super2, OPT_FLUSH, SHELL_SUPER (super)->scr_hardlink,
super            1320 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1324 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath2, &super, 0);
super            1334 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_ln,
super            1386 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1390 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1399 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_chmod,
super            1418 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1433 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1443 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_chown,
super            1492 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1496 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1522 src/vfs/shell/shell.c     ret = shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_utime,
super            1540 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1544 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1553 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_unlink,
super            1568 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1572 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1581 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_exists,
super            1596 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1602 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1611 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_mkdir,
super            1633 src/vfs/shell/shell.c     struct vfs_s_super *super;
super            1637 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
super            1646 src/vfs/shell/shell.c         shell_send_command (me, super, OPT_FLUSH, SHELL_SUPER (super)->scr_rmdir,
super            1715 src/vfs/shell/shell.c         const struct vfs_s_super *super = (const struct vfs_s_super *) iter->data;
super            1721 src/vfs/shell/shell.c         switch (super->path_element->port)
super            1730 src/vfs/shell/shell.c             if (super->path_element->port > SHELL_FLAG_RSH)
super            1732 src/vfs/shell/shell.c                 g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);
super            1740 src/vfs/shell/shell.c                          super->path_element->user, "@", super->path_element->host, flags,
super            1741 src/vfs/shell/shell.c                          PATH_SEP_STR, super->path_element->path, (char *) NULL);
super              79 src/vfs/tar/tar.c #define TAR_SUPER(super) ((tar_super_t *) (super))
super            1131 src/vfs/tar/tar.c     int fd = TAR_SUPER (fh->ino->super)->fd;
super            1175 src/vfs/tar/tar.c     int fd = TAR_SUPER (fh->ino->super)->fd;
super             207 src/vfs/undelfs/undelfs.c     if (*block_nr < _fs->super->s_first_data_block || *block_nr >= _fs->super->s_blocks_count)
super              48 tests/lib/vfs/vfs_s_get_path.c test1_mock_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
super              55 tests/lib/vfs/vfs_s_get_path.c     super->name = g_strdup (vfs_path_as_str (vpath));
super              56 tests/lib/vfs/vfs_s_get_path.c     root = vfs_s_new_inode (vpath_element->class, super, NULL);
super              57 tests/lib/vfs/vfs_s_get_path.c     super->root = root;
super              64 tests/lib/vfs/vfs_s_get_path.c test1_mock_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
super              70 tests/lib/vfs/vfs_s_get_path.c     (void) super;
super              39 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c static struct vfs_s_super *super;
super              49 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super = vfs_s_new_super (me);
super              50 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super->name = g_strdup (PATH_SEP_STR);
super              51 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755));
super              60 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     vfs_s_free_super (me, super);
super             124 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     parsed = ftpfs_parse_long_list (me, super->root, input, &err_count);