417.html

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

HTML
15
字号
<html>
<head>
<title>create_block</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/10.html#L101'>create_block</a>      101 fs/file_dev.c        if (!(block = create_block (inode, pos / BLOCK_SIZE)))
<a href='../S/14.html#L296'>create_block</a>      296 fs/namei.c     	  block = create_block (dir, i / DIR_ENTRIES_PER_BLOCK);
<a href='../S/31.html#L224'>create_block</a>      224 include/linux/fs.h extern int create_block (struct m_inode *inode, int block);
</pre>
</body>
</html>

⌨️ 快捷键说明

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