vfs_shell_ops 165 src/vfs/shell/shell.c static struct vfs_class *vfs_shell_ops = VFS_CLASS (&shell_subclass); vfs_shell_ops 350 src/vfs/shell/shell.c vfs_stamp_create (vfs_shell_ops, super); vfs_shell_ops 1679 src/vfs/shell/shell.c name = g_strconcat (vfs_shell_ops->prefix, VFS_PATH_URL_DELIMITER, vfs_shell_ops 1710 src/vfs/shell/shell.c vfs_shell_ops->fill_names = shell_fill_names; vfs_shell_ops 1711 src/vfs/shell/shell.c vfs_shell_ops->stat = shell_stat; vfs_shell_ops 1712 src/vfs/shell/shell.c vfs_shell_ops->lstat = shell_lstat; vfs_shell_ops 1713 src/vfs/shell/shell.c vfs_shell_ops->fstat = shell_fstat; vfs_shell_ops 1714 src/vfs/shell/shell.c vfs_shell_ops->chmod = shell_chmod; vfs_shell_ops 1715 src/vfs/shell/shell.c vfs_shell_ops->chown = shell_chown; vfs_shell_ops 1716 src/vfs/shell/shell.c vfs_shell_ops->utime = shell_utime; vfs_shell_ops 1717 src/vfs/shell/shell.c vfs_shell_ops->open = shell_open; vfs_shell_ops 1718 src/vfs/shell/shell.c vfs_shell_ops->symlink = shell_symlink; vfs_shell_ops 1719 src/vfs/shell/shell.c vfs_shell_ops->link = shell_link; vfs_shell_ops 1720 src/vfs/shell/shell.c vfs_shell_ops->unlink = shell_unlink; vfs_shell_ops 1721 src/vfs/shell/shell.c vfs_shell_ops->rename = shell_rename; vfs_shell_ops 1722 src/vfs/shell/shell.c vfs_shell_ops->mkdir = shell_mkdir; vfs_shell_ops 1723 src/vfs/shell/shell.c vfs_shell_ops->rmdir = shell_rmdir; vfs_shell_ops 1724 src/vfs/shell/shell.c vfs_shell_ops->ctl = shell_ctl; vfs_shell_ops 1736 src/vfs/shell/shell.c vfs_register_class (vfs_shell_ops);