vfs_s_inode        96 lib/vfs/direntry.c     struct vfs_s_inode *dir;
vfs_s_inode       110 lib/vfs/direntry.c vfs_s_automake (struct vfs_class *me, struct vfs_s_inode *dir, char *path, int flags)
vfs_s_inode       178 lib/vfs/direntry.c vfs_s_find_entry_tree (struct vfs_class *me, struct vfs_s_inode *root, const char *a_path,
vfs_s_inode       240 lib/vfs/direntry.c vfs_s_find_entry_linear (struct vfs_class *me, struct vfs_s_inode *root, const char *a_path,
vfs_s_inode       256 lib/vfs/direntry.c         struct vfs_s_inode *ino;
vfs_s_inode       282 lib/vfs/direntry.c         struct vfs_s_inode *ino;
vfs_s_inode       368 lib/vfs/direntry.c vfs_s_new_fh (struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode       393 lib/vfs/direntry.c static struct vfs_s_inode *
vfs_s_inode       397 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       422 lib/vfs/direntry.c     struct vfs_s_inode *dir;
vfs_s_inode       482 lib/vfs/direntry.c     struct vfs_s_inode *dir = info->dir;
vfs_s_inode       509 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       523 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       801 lib/vfs/direntry.c         struct vfs_s_inode *ino;
vfs_s_inode       858 lib/vfs/direntry.c vfs_s_dir_uptodate (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       877 lib/vfs/direntry.c struct vfs_s_inode *
vfs_s_inode       880 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       882 lib/vfs/direntry.c     ino = g_try_new0 (struct vfs_s_inode, 1);
vfs_s_inode       904 lib/vfs/direntry.c vfs_s_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       941 lib/vfs/direntry.c vfs_s_new_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
vfs_s_inode       977 lib/vfs/direntry.c vfs_s_insert_entry (struct vfs_class *me, struct vfs_s_inode *dir, struct vfs_s_entry *ent)
vfs_s_inode      1069 lib/vfs/direntry.c vfs_s_generate_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *parent,
vfs_s_inode      1072 lib/vfs/direntry.c     struct vfs_s_inode *inode;
vfs_s_inode      1083 lib/vfs/direntry.c struct vfs_s_inode *
vfs_s_inode      1236 lib/vfs/direntry.c vfs_s_fullpath (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode      1273 lib/vfs/direntry.c vfs_s_init_fh (vfs_file_handler_t *fh, struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode      1291 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode      1314 lib/vfs/direntry.c         struct vfs_s_inode *dir;
vfs_s_inode      1421 lib/vfs/direntry.c vfs_s_retrieve_file (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode      1708 lib/vfs/direntry.c vfs_s_normalize_filename_leading_spaces (struct vfs_s_inode *root_inode, size_t final_num_spaces)
vfs_s_inode        47 lib/vfs/xdirentry.h #define VFS_INODE(a)              ((struct vfs_s_inode *) (a))
vfs_s_inode        68 lib/vfs/xdirentry.h     struct vfs_s_inode *root;
vfs_s_inode        84 lib/vfs/xdirentry.h     struct vfs_s_inode *dir;  // Directory we are in, i.e. our parent
vfs_s_inode        86 lib/vfs/xdirentry.h     struct vfs_s_inode *ino;  // ... and its inode
vfs_s_inode       109 lib/vfs/xdirentry.h     struct vfs_s_inode *ino;
vfs_s_inode       128 lib/vfs/xdirentry.h     int (*init_inode) (struct vfs_class *me, struct vfs_s_inode *ino);    // optional
vfs_s_inode       129 lib/vfs/xdirentry.h     void (*free_inode) (struct vfs_class *me, struct vfs_s_inode *ino);   // optional
vfs_s_inode       140 lib/vfs/xdirentry.h     vfs_file_handler_t *(*fh_new) (struct vfs_s_inode *ino, gboolean changed);
vfs_s_inode       145 lib/vfs/xdirentry.h     struct vfs_s_entry *(*find_entry) (struct vfs_class *me, struct vfs_s_inode *root,
vfs_s_inode       147 lib/vfs/xdirentry.h     int (*dir_load) (struct vfs_class *me, struct vfs_s_inode *ino, const char *path);
vfs_s_inode       148 lib/vfs/xdirentry.h     gboolean (*dir_uptodate) (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       161 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super,
vfs_s_inode       163 lib/vfs/xdirentry.h void vfs_s_free_inode (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       166 lib/vfs/xdirentry.h                                      struct vfs_s_inode *inode);
vfs_s_inode       168 lib/vfs/xdirentry.h void vfs_s_insert_entry (struct vfs_class *me, struct vfs_s_inode *dir, struct vfs_s_entry *ent);
vfs_s_inode       173 lib/vfs/xdirentry.h                                           struct vfs_s_inode *parent, mode_t mode);
vfs_s_inode       174 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_find_inode (struct vfs_class *me, const struct vfs_s_super *super,
vfs_s_inode       176 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_find_root (struct vfs_class *me, struct vfs_s_entry *entry);
vfs_s_inode       185 lib/vfs/xdirentry.h char *vfs_s_fullpath (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       187 lib/vfs/xdirentry.h void vfs_s_init_fh (vfs_file_handler_t *fh, struct vfs_s_inode *ino, gboolean changed);
vfs_s_inode       194 lib/vfs/xdirentry.h int vfs_s_retrieve_file (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       196 lib/vfs/xdirentry.h void vfs_s_normalize_filename_leading_spaces (struct vfs_s_inode *root_inode, size_t final_filepos);
vfs_s_inode       131 src/vfs/cpio/cpio.c     struct vfs_s_inode *inode;
vfs_s_inode       233 src/vfs/cpio/cpio.c     struct vfs_s_inode *root;
vfs_s_inode       380 src/vfs/cpio/cpio.c     struct vfs_s_inode *inode = NULL;
vfs_s_inode       381 src/vfs/cpio/cpio.c     struct vfs_s_inode *root = super->root;
vfs_s_inode       154 src/vfs/extfs/extfs.c extfs_entry_new (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
vfs_s_inode       199 src/vfs/extfs/extfs.c extfs_generate_entry (struct extfs_super_t *archive, const char *name, struct vfs_s_inode *parent,
vfs_s_inode       205 src/vfs/extfs/extfs.c     struct vfs_s_inode *inode;
vfs_s_inode       232 src/vfs/extfs/extfs.c extfs_find_entry_int (struct vfs_s_inode *dir, const char *name, GSList *list, int flags)
vfs_s_inode       312 src/vfs/extfs/extfs.c extfs_find_entry (struct vfs_s_inode *dir, const char *name, int flags)
vfs_s_inode       342 src/vfs/extfs/extfs.c extfs_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       416 src/vfs/extfs/extfs.c             struct vfs_s_inode *inode;
vfs_s_inode      1236 src/vfs/extfs/extfs.c extfs_stat_move (struct stat *buf, const struct vfs_s_inode *inode)
vfs_s_inode      1587 src/vfs/ftpfs/ftpfs.c                                     struct vfs_s_inode *dir)
vfs_s_inode      1667 src/vfs/ftpfs/ftpfs.c                                  struct vfs_s_inode *dir)
vfs_s_inode      1773 src/vfs/ftpfs/ftpfs.c resolve_symlink (struct vfs_class *me, struct vfs_s_super *super, struct vfs_s_inode *dir)
vfs_s_inode      1787 src/vfs/ftpfs/ftpfs.c ftpfs_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
vfs_s_inode      2295 src/vfs/ftpfs/ftpfs.c ftpfs_fh_new (struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode        42 src/vfs/ftpfs/ftpfs.h GSList *ftpfs_parse_long_list (struct vfs_class *me, struct vfs_s_inode *dir, GSList *buf,
vfs_s_inode      1109 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list (struct vfs_class *me, struct vfs_s_inode *dir, GSList *buf, int *err_ret)
vfs_s_inode       107 src/vfs/sftpfs/file.c sftpfs_fh_new (struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode        96 src/vfs/sftpfs/internal.h vfs_file_handler_t *sftpfs_fh_new (struct vfs_s_inode *ino, gboolean changed);
vfs_s_inode       113 src/vfs/sftpfs/sftpfs.c     struct vfs_s_inode *path_inode;
vfs_s_inode       134 src/vfs/sftpfs/sftpfs.c         struct vfs_s_inode *dir;
vfs_s_inode       796 src/vfs/sftpfs/sftpfs.c sftpfs_cb_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
vfs_s_inode       891 src/vfs/shell/shell.c shell_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
vfs_s_inode      1598 src/vfs/shell/shell.c shell_fh_new (struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode       242 src/vfs/tar/tar.c tar_calc_sparse_offsets (struct vfs_s_inode *inode)
vfs_s_inode       261 src/vfs/tar/tar.c tar_skip_member (tar_super_t *archive, struct vfs_s_inode *inode)
vfs_s_inode       506 src/vfs/tar/tar.c tar_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       519 src/vfs/tar/tar.c                   struct vfs_s_inode **inode)
vfs_s_inode       525 src/vfs/tar/tar.c     struct vfs_s_inode *parent;
vfs_s_inode       726 src/vfs/tar/tar.c         struct vfs_s_inode *inode = NULL;
vfs_s_inode       891 src/vfs/tar/tar.c     struct vfs_s_inode *root;
vfs_s_inode        42 tests/lib/vfs/vfs_parse_ls_lga.c static struct vfs_s_inode *vfs_root_inode;
vfs_s_inode        51 tests/lib/vfs/vfs_s_get_path.c     struct vfs_s_inode *root;