Files
source/Y/vfs_shell_ops.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

34 lines
3.7 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>vfs_shell_ops</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L165'>vfs_shell_ops</a> 165 src/vfs/shell/shell.c static struct vfs_class *vfs_shell_ops = VFS_CLASS (&amp;shell_subclass);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L349'>vfs_shell_ops</a> 349 src/vfs/shell/shell.c vfs_stamp_create (vfs_shell_ops, super);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1676'>vfs_shell_ops</a> 1676 src/vfs/shell/shell.c name = g_strconcat (vfs_shell_ops-&gt;prefix, VFS_PATH_URL_DELIMITER,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1707'>vfs_shell_ops</a> 1707 src/vfs/shell/shell.c vfs_shell_ops-&gt;fill_names = shell_fill_names;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1708'>vfs_shell_ops</a> 1708 src/vfs/shell/shell.c vfs_shell_ops-&gt;stat = shell_stat;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1709'>vfs_shell_ops</a> 1709 src/vfs/shell/shell.c vfs_shell_ops-&gt;lstat = shell_lstat;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1710'>vfs_shell_ops</a> 1710 src/vfs/shell/shell.c vfs_shell_ops-&gt;fstat = shell_fstat;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1711'>vfs_shell_ops</a> 1711 src/vfs/shell/shell.c vfs_shell_ops-&gt;chmod = shell_chmod;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1712'>vfs_shell_ops</a> 1712 src/vfs/shell/shell.c vfs_shell_ops-&gt;chown = shell_chown;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1713'>vfs_shell_ops</a> 1713 src/vfs/shell/shell.c vfs_shell_ops-&gt;utime = shell_utime;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1714'>vfs_shell_ops</a> 1714 src/vfs/shell/shell.c vfs_shell_ops-&gt;open = shell_open;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1715'>vfs_shell_ops</a> 1715 src/vfs/shell/shell.c vfs_shell_ops-&gt;symlink = shell_symlink;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1716'>vfs_shell_ops</a> 1716 src/vfs/shell/shell.c vfs_shell_ops-&gt;link = shell_link;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1717'>vfs_shell_ops</a> 1717 src/vfs/shell/shell.c vfs_shell_ops-&gt;unlink = shell_unlink;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1718'>vfs_shell_ops</a> 1718 src/vfs/shell/shell.c vfs_shell_ops-&gt;rename = shell_rename;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1719'>vfs_shell_ops</a> 1719 src/vfs/shell/shell.c vfs_shell_ops-&gt;mkdir = shell_mkdir;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1720'>vfs_shell_ops</a> 1720 src/vfs/shell/shell.c vfs_shell_ops-&gt;rmdir = shell_rmdir;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1721'>vfs_shell_ops</a> 1721 src/vfs/shell/shell.c vfs_shell_ops-&gt;ctl = shell_ctl;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1733'>vfs_shell_ops</a> 1733 src/vfs/shell/shell.c vfs_register_class (vfs_shell_ops);</span>
</pre>
</body>
</html>