540.html

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

HTML
25
字号
<html>
<head>
<title>off_t</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#L77'>off_t</a>              77 fs/file_dev.c    off_t pos;
<a href='../S/17.html#L17'>off_t</a>              17 fs/read_write.c extern int rw_char (int rw, int dev, char *buf, int count, off_t * pos);
<a href='../S/17.html#L23'>off_t</a>              23 fs/read_write.c extern int block_read (int dev, off_t * pos, char *buf, int count);
<a href='../S/17.html#L25'>off_t</a>              25 fs/read_write.c extern int block_write (int dev, off_t * pos, char *buf, int count);
<a href='../S/17.html#L37'>off_t</a>              37 fs/read_write.c sys_lseek (unsigned int fd, off_t offset, int origin)
<a href='../S/29.html#L63'>off_t</a>              63 include/fcntl.h   off_t l_start;		// 阻塞锁定的开始处。相对偏移(字节数)。
<a href='../S/29.html#L64'>off_t</a>              64 include/fcntl.h   off_t l_len;			// 阻塞锁定的大小;如果是0 则为到文件末尾。
<a href='../S/31.html#L150'>off_t</a>             150 include/linux/fs.h   off_t f_pos;			// 文件位置(读写偏移值)。
<a href='../S/43.html#L15'>off_t</a>              15 include/sys/stat.h   off_t st_size;		// 文件大小(字节数)(如果文件是常规文件)。
<a href='../S/50.html#L244'>off_t</a>             244 include/unistd.h       int lseek (int fildes, off_t offset, int origin);
<a href='../S/50.html#L251'>off_t</a>             251 include/unistd.h       int read (int fildes, char *buf, off_t count);
<a href='../S/50.html#L272'>off_t</a>             272 include/unistd.h       int write (int fildes, const char *buf, off_t count);
<a href='../S/91.html#L15'>off_t</a>              15 lib/write.c    _syscall3 (int, write, int, fd, const char *, buf, off_t, count)
</pre>
</body>
</html>

⌨️ 快捷键说明

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