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

22 lines
1.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>path_inode</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--sftpfs--sftpfs.c.html#L113'>path_inode</a> 113 src/vfs/sftpfs/sftpfs.c struct vfs_s_inode *path_inode;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L123'>path_inode</a> 123 src/vfs/sftpfs/sftpfs.c path_inode = vfs_s_find_inode (me, super, path_super, LINK_FOLLOW, FL_NONE);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L124'>path_inode</a> 124 src/vfs/sftpfs/sftpfs.c if (path_inode != NULL &amp;&amp; ((flags &amp; (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L130'>path_inode</a> 130 src/vfs/sftpfs/sftpfs.c if (path_inode == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L145'>path_inode</a> 145 src/vfs/sftpfs/sftpfs.c path_inode = ent-&gt;ino;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L150'>path_inode</a> 150 src/vfs/sftpfs/sftpfs.c if (S_ISDIR (path_inode-&gt;st.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L156'>path_inode</a> 156 src/vfs/sftpfs/sftpfs.c fh = sftpfs_fh_new (path_inode, is_changed);</span>
</pre>
</body>
</html>