388.html

来自「linux 0.11中文版 有注释」· HTML 代码 · 共 14 行

HTML
14
字号
<html>
<head>
<title>block_write</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/17.html#L25'>block_write</a>        25 fs/read_write.c extern int block_write (int dev, off_t * pos, char *buf, int count);
<a href='../S/17.html#L148'>block_write</a>       148 fs/read_write.c     return block_write (inode-&gt;i_zone[0], &amp;file-&gt;f_pos, buf, count);
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?