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 1707 src/vfs/shell/shell.c g_strconcat (vfs_shell_ops->prefix, VFS_PATH_URL_DELIMITER, vfs_shell_ops 1738 src/vfs/shell/shell.c vfs_shell_ops->fill_names = shell_fill_names; vfs_shell_ops 1739 src/vfs/shell/shell.c vfs_shell_ops->stat = shell_stat; vfs_shell_ops 1740 src/vfs/shell/shell.c vfs_shell_ops->lstat = shell_lstat; vfs_shell_ops 1741 src/vfs/shell/shell.c vfs_shell_ops->fstat = shell_fstat; vfs_shell_ops 1742 src/vfs/shell/shell.c vfs_shell_ops->chmod = shell_chmod; vfs_shell_ops 1743 src/vfs/shell/shell.c vfs_shell_ops->chown = shell_chown; vfs_shell_ops 1744 src/vfs/shell/shell.c vfs_shell_ops->utime = shell_utime; vfs_shell_ops 1745 src/vfs/shell/shell.c vfs_shell_ops->open = shell_open; vfs_shell_ops 1746 src/vfs/shell/shell.c vfs_shell_ops->symlink = shell_symlink; vfs_shell_ops 1747 src/vfs/shell/shell.c vfs_shell_ops->link = shell_link; vfs_shell_ops 1748 src/vfs/shell/shell.c vfs_shell_ops->unlink = shell_unlink; vfs_shell_ops 1749 src/vfs/shell/shell.c vfs_shell_ops->rename = shell_rename; vfs_shell_ops 1750 src/vfs/shell/shell.c vfs_shell_ops->mkdir = shell_mkdir; vfs_shell_ops 1751 src/vfs/shell/shell.c vfs_shell_ops->rmdir = shell_rmdir; vfs_shell_ops 1752 src/vfs/shell/shell.c vfs_shell_ops->ctl = shell_ctl; vfs_shell_ops 1764 src/vfs/shell/shell.c vfs_register_class (vfs_shell_ops);