📄 145.html
字号:
<html>
<head>
<title>NR_OPEN</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/8.html#L504'>NR_OPEN</a> 504 fs/exec.c for (i = 0; i < NR_OPEN; i++)
<a href='../S/9.html#L27'>NR_OPEN</a> 27 fs/fcntl.c if (fd >= NR_OPEN || !current->filp[fd])
<a href='../S/9.html#L30'>NR_OPEN</a> 30 fs/fcntl.c if (arg >= NR_OPEN)
<a href='../S/9.html#L33'>NR_OPEN</a> 33 fs/fcntl.c while (arg < NR_OPEN)
<a href='../S/9.html#L39'>NR_OPEN</a> 39 fs/fcntl.c if (arg >= NR_OPEN)
<a href='../S/9.html#L74'>NR_OPEN</a> 74 fs/fcntl.c if (fd >= NR_OPEN || !(filp = current->filp[fd]))
<a href='../S/13.html#L45'>NR_OPEN</a> 45 fs/ioctl.c if (fd >= NR_OPEN || !(filp = current->filp[fd]))
<a href='../S/15.html#L223'>NR_OPEN</a> 223 fs/open.c for (fd = 0; fd < NR_OPEN; fd++)
<a href='../S/15.html#L226'>NR_OPEN</a> 226 fs/open.c if (fd >= NR_OPEN)
<a href='../S/15.html#L304'>NR_OPEN</a> 304 fs/open.c if (fd >= NR_OPEN)
<a href='../S/16.html#L129'>NR_OPEN</a> 129 fs/pipe.c for (i = 0; j < 2 && i < NR_OPEN; i++)
<a href='../S/17.html#L44'>NR_OPEN</a> 44 fs/read_write.c if (fd >= NR_OPEN || !(file = current->filp[fd]) || !(file->f_inode)
<a href='../S/17.html#L91'>NR_OPEN</a> 91 fs/read_write.c if (fd >= NR_OPEN || count < 0 || !(file = current->filp[fd]))
<a href='../S/17.html#L133'>NR_OPEN</a> 133 fs/read_write.c if (fd >= NR_OPEN || count < 0 || !(file = current->filp[fd]))
<a href='../S/18.html#L71'>NR_OPEN</a> 71 fs/stat.c if (fd >= NR_OPEN || !(f = current->filp[fd]) || !(inode = f->f_inode))
<a href='../S/36.html#L15'>NR_OPEN</a> 15 include/linux/sched.h #if (NR_OPEN > 32)
<a href='../S/36.html#L161'>NR_OPEN</a> 161 include/linux/sched.h struct file *filp[NR_OPEN];
<a href='../S/67.html#L157'>NR_OPEN</a> 157 kernel/exit.c for (i = 0; i < NR_OPEN; i++)
<a href='../S/68.html#L155'>NR_OPEN</a> 155 kernel/fork.c for (i = 0; i < NR_OPEN; i++)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -