147.html

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

HTML
20
字号
<html>
<head>
<title>NR_SUPER</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/6.html#L177'>NR_SUPER</a>          177 fs/buffer.c      for (i = 0; i &lt; NR_SUPER; i++)
<a href='../S/12.html#L390'>NR_SUPER</a>          390 fs/inode.c     	  for (i = 0; i &lt; NR_SUPER; i++)
<a href='../S/12.html#L393'>NR_SUPER</a>          393 fs/inode.c     	  if (i &gt;= NR_SUPER)
<a href='../S/19.html#L38'>NR_SUPER</a>           38 fs/super.c     struct super_block super_block[NR_SUPER];	// 超级块结构数组(共8 项)。
<a href='../S/19.html#L85'>NR_SUPER</a>           85 fs/super.c       while (s &lt; NR_SUPER + super_block)
<a href='../S/19.html#L164'>NR_SUPER</a>          164 fs/super.c           if (s &gt;= NR_SUPER + super_block)
<a href='../S/19.html#L374'>NR_SUPER</a>          374 fs/super.c       for (p = &amp;super_block[0]; p &lt; &amp;super_block[NR_SUPER]; p++)
<a href='../S/31.html#L199'>NR_SUPER</a>          199 include/linux/fs.h extern struct super_block super_block[NR_SUPER];	// 超级块数组(8 项)。
</pre>
</body>
</html>

⌨️ 快捷键说明

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