vfs_shell_ops     165 src/vfs/shell/shell.c static struct vfs_class *vfs_shell_ops = VFS_CLASS (&shell_subclass);
vfs_shell_ops     354 src/vfs/shell/shell.c     vfs_stamp_create (vfs_shell_ops, super);
vfs_shell_ops    1739 src/vfs/shell/shell.c             g_strconcat (vfs_shell_ops->prefix, VFS_PATH_URL_DELIMITER,
vfs_shell_ops    1770 src/vfs/shell/shell.c     vfs_shell_ops->fill_names = shell_fill_names;
vfs_shell_ops    1771 src/vfs/shell/shell.c     vfs_shell_ops->stat = shell_stat;
vfs_shell_ops    1772 src/vfs/shell/shell.c     vfs_shell_ops->lstat = shell_lstat;
vfs_shell_ops    1773 src/vfs/shell/shell.c     vfs_shell_ops->fstat = shell_fstat;
vfs_shell_ops    1774 src/vfs/shell/shell.c     vfs_shell_ops->chmod = shell_chmod;
vfs_shell_ops    1775 src/vfs/shell/shell.c     vfs_shell_ops->chown = shell_chown;
vfs_shell_ops    1776 src/vfs/shell/shell.c     vfs_shell_ops->utime = shell_utime;
vfs_shell_ops    1777 src/vfs/shell/shell.c     vfs_shell_ops->open = shell_open;
vfs_shell_ops    1778 src/vfs/shell/shell.c     vfs_shell_ops->symlink = shell_symlink;
vfs_shell_ops    1779 src/vfs/shell/shell.c     vfs_shell_ops->link = shell_link;
vfs_shell_ops    1780 src/vfs/shell/shell.c     vfs_shell_ops->unlink = shell_unlink;
vfs_shell_ops    1781 src/vfs/shell/shell.c     vfs_shell_ops->rename = shell_rename;
vfs_shell_ops    1782 src/vfs/shell/shell.c     vfs_shell_ops->mkdir = shell_mkdir;
vfs_shell_ops    1783 src/vfs/shell/shell.c     vfs_shell_ops->rmdir = shell_rmdir;
vfs_shell_ops    1784 src/vfs/shell/shell.c     vfs_shell_ops->ctl = shell_ctl;
vfs_shell_ops    1796 src/vfs/shell/shell.c     vfs_register_class (vfs_shell_ops);