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,
vfs_s_inode       240 lib/vfs/direntry.c vfs_s_find_entry_linear (struct vfs_class *me, struct vfs_s_inode *root,
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       425 lib/vfs/direntry.c     struct vfs_s_inode *dir;
vfs_s_inode       485 lib/vfs/direntry.c     struct vfs_s_inode *dir = info->dir;
vfs_s_inode       512 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       526 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       806 lib/vfs/direntry.c             struct vfs_s_inode *ino;
vfs_s_inode       866 lib/vfs/direntry.c vfs_s_dir_uptodate (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       885 lib/vfs/direntry.c struct vfs_s_inode *
vfs_s_inode       888 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode       890 lib/vfs/direntry.c     ino = g_try_new0 (struct vfs_s_inode, 1);
vfs_s_inode       912 lib/vfs/direntry.c vfs_s_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       949 lib/vfs/direntry.c vfs_s_new_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
vfs_s_inode       985 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      1080 lib/vfs/direntry.c vfs_s_generate_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *parent,
vfs_s_inode      1083 lib/vfs/direntry.c     struct vfs_s_inode *inode;
vfs_s_inode      1094 lib/vfs/direntry.c struct vfs_s_inode *
vfs_s_inode      1247 lib/vfs/direntry.c vfs_s_fullpath (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode      1284 lib/vfs/direntry.c vfs_s_init_fh (vfs_file_handler_t * fh, struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode      1302 lib/vfs/direntry.c     struct vfs_s_inode *ino;
vfs_s_inode      1325 lib/vfs/direntry.c         struct vfs_s_inode *dir;
vfs_s_inode      1432 lib/vfs/direntry.c vfs_s_retrieve_file (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode      1716 lib/vfs/direntry.c vfs_s_normalize_filename_leading_spaces (struct vfs_s_inode *root_inode, size_t final_num_spaces)
vfs_s_inode        42 lib/vfs/xdirentry.h #define VFS_INODE(a) ((struct vfs_s_inode *) (a))
vfs_s_inode        63 lib/vfs/xdirentry.h     struct vfs_s_inode *root;
vfs_s_inode        79 lib/vfs/xdirentry.h     struct vfs_s_inode *dir;    /* Directory we are in, i.e. our parent */
vfs_s_inode        81 lib/vfs/xdirentry.h     struct vfs_s_inode *ino;    /* ... and its inode */
vfs_s_inode       104 lib/vfs/xdirentry.h     struct vfs_s_inode *ino;
vfs_s_inode       124 lib/vfs/xdirentry.h     int (*init_inode) (struct vfs_class * me, struct vfs_s_inode * ino);        /* optional */
vfs_s_inode       125 lib/vfs/xdirentry.h     void (*free_inode) (struct vfs_class * me, struct vfs_s_inode * ino);       /* optional */
vfs_s_inode       136 lib/vfs/xdirentry.h     vfs_file_handler_t *(*fh_new) (struct vfs_s_inode * ino, gboolean changed);
vfs_s_inode       142 lib/vfs/xdirentry.h                                        struct vfs_s_inode * root,
vfs_s_inode       144 lib/vfs/xdirentry.h     int (*dir_load) (struct vfs_class * me, struct vfs_s_inode * ino, const char *path);
vfs_s_inode       145 lib/vfs/xdirentry.h     gboolean (*dir_uptodate) (struct vfs_class * me, struct vfs_s_inode * ino);
vfs_s_inode       159 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_new_inode (struct vfs_class *me,
vfs_s_inode       161 lib/vfs/xdirentry.h void vfs_s_free_inode (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       164 lib/vfs/xdirentry.h                                      struct vfs_s_inode *inode);
vfs_s_inode       166 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       171 lib/vfs/xdirentry.h                                           struct vfs_s_inode *parent, mode_t mode);
vfs_s_inode       172 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_find_inode (struct vfs_class *me,
vfs_s_inode       175 lib/vfs/xdirentry.h struct vfs_s_inode *vfs_s_find_root (struct vfs_class *me, struct vfs_s_entry *entry);
vfs_s_inode       184 lib/vfs/xdirentry.h char *vfs_s_fullpath (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       186 lib/vfs/xdirentry.h void vfs_s_init_fh (vfs_file_handler_t * fh, struct vfs_s_inode *ino, gboolean changed);
vfs_s_inode       193 lib/vfs/xdirentry.h int vfs_s_retrieve_file (struct vfs_class *me, struct vfs_s_inode *ino);
vfs_s_inode       195 lib/vfs/xdirentry.h void vfs_s_normalize_filename_leading_spaces (struct vfs_s_inode *root_inode, size_t final_filepos);
vfs_s_inode       129 src/vfs/cpio/cpio.c     struct vfs_s_inode *inode;
vfs_s_inode       231 src/vfs/cpio/cpio.c     struct vfs_s_inode *root;
vfs_s_inode       378 src/vfs/cpio/cpio.c     struct vfs_s_inode *inode = NULL;
vfs_s_inode       379 src/vfs/cpio/cpio.c     struct vfs_s_inode *root = super->root;
vfs_s_inode       148 src/vfs/extfs/extfs.c extfs_entry_new (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
vfs_s_inode       194 src/vfs/extfs/extfs.c extfs_generate_entry (struct extfs_super_t *archive, const char *name, struct vfs_s_inode *parent,
vfs_s_inode       200 src/vfs/extfs/extfs.c     struct vfs_s_inode *inode;
vfs_s_inode       227 src/vfs/extfs/extfs.c extfs_find_entry_int (struct vfs_s_inode *dir, const char *name, GSList * list, int flags)
vfs_s_inode       307 src/vfs/extfs/extfs.c extfs_find_entry (struct vfs_s_inode *dir, const char *name, int flags)
vfs_s_inode       337 src/vfs/extfs/extfs.c extfs_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       411 src/vfs/extfs/extfs.c             struct vfs_s_inode *inode;
vfs_s_inode      1223 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      2297 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      1108 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       802 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       910 src/vfs/shell/shell.c shell_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
vfs_s_inode      1657 src/vfs/shell/shell.c shell_fh_new (struct vfs_s_inode *ino, gboolean changed)
vfs_s_inode       252 src/vfs/tar/tar.c tar_calc_sparse_offsets (struct vfs_s_inode *inode)
vfs_s_inode       271 src/vfs/tar/tar.c tar_skip_member (tar_super_t * archive, struct vfs_s_inode *inode)
vfs_s_inode       517 src/vfs/tar/tar.c tar_free_inode (struct vfs_class *me, struct vfs_s_inode *ino)
vfs_s_inode       530 src/vfs/tar/tar.c                   struct vfs_s_inode **inode)
vfs_s_inode       536 src/vfs/tar/tar.c     struct vfs_s_inode *parent;
vfs_s_inode       742 src/vfs/tar/tar.c         struct vfs_s_inode *inode = NULL;
vfs_s_inode       905 src/vfs/tar/tar.c     struct vfs_s_inode *root;
vfs_s_inode        43 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;