summaryrefslogtreecommitdiffstats
path: root/tapsets/API-nfsd-read.html
diff options
authorflu <flu>2015-08-25 20:05:55 +0000
committerflu <flu>2015-08-25 20:05:55 +0000
commitdce4141d8f21f5f8c813ddc13744ed1bc63ccc57 (patch)
tree30c7a1e64d91fa00035965dee461a6669a716a21 /tapsets/API-nfsd-read.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-nfsd-read.html')
-rw-r--r--tapsets/API-nfsd-read.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/tapsets/API-nfsd-read.html b/tapsets/API-nfsd-read.html
index 78d69590..85c42353 100644
--- a/tapsets/API-nfsd-read.html
+++ b/tapsets/API-nfsd-read.html
@@ -1,19 +1,19 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::nfsd.read</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="nfsd.stp.html" title="Chapter 31. Network File Storage Tapsets"><link rel="prev" href="API-nfsd-proc-write.html" title="probe::nfsd.proc.write"><link rel="next" href="API-nfsd-rename.html" title="probe::nfsd.rename"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">probe::nfsd.read</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfsd-proc-write.html">Prev</a> </td><th width="60%" align="center">Chapter 31. Network File Storage Tapsets</th><td width="20%" align="right"> <a accesskey="n" href="API-nfsd-rename.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nfsd-read"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfsd.read — 1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::nfsd.read</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="nfsd.stp.html" title="Chapter 31. Network File Storage Tapsets"><link rel="prev" href="API-nfsd-proc-write.html" title="probe::nfsd.proc.write"><link rel="next" href="API-nfsd-rename.html" title="probe::nfsd.rename"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">probe::nfsd.read</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfsd-proc-write.html">Prev</a> </td><th width="60%" align="center">Chapter 31. Network File Storage Tapsets</th><td width="20%" align="right"> <a accesskey="n" href="API-nfsd-rename.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nfsd-read"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfsd.read —
2 NFS server reading data from a file for client 2 NFS server reading data from a file for client
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">nfsd.read </pre></div><div class="refsect1"><a name="idm47620144291216"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>offset</code></em></span></dt><dd><p> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">nfsd.read </pre></div><div class="refsect1"><a name="idm140292846673120"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>file</code></em></span></dt><dd><p>
4 argument file, indicates if the file has been opened.
5 </p></dd><dt><span class="term"><em class="parameter"><code>size</code></em></span></dt><dd><p>
6 read bytes
7 </p></dd><dt><span class="term"><em class="parameter"><code>vlen</code></em></span></dt><dd><p>
8 read blocks
9 </p></dd><dt><span class="term"><em class="parameter"><code>offset</code></em></span></dt><dd><p>
4 the offset of file 10 the offset of file
5 </p></dd><dt><span class="term"><em class="parameter"><code>count</code></em></span></dt><dd><p> 11 </p></dd><dt><span class="term"><em class="parameter"><code>count</code></em></span></dt><dd><p>
6 read bytes 12 read bytes
7 </p></dd><dt><span class="term"><em class="parameter"><code>fh</code></em></span></dt><dd><p>
8 file handle (the first part is the length of the file handle)
9 </p></dd><dt><span class="term"><em class="parameter"><code>vec</code></em></span></dt><dd><p>
10 struct kvec, includes buf address in kernel address and length of each buffer
11 </p></dd><dt><span class="term"><em class="parameter"><code>client_ip</code></em></span></dt><dd><p> 13 </p></dd><dt><span class="term"><em class="parameter"><code>client_ip</code></em></span></dt><dd><p>
12 the ip address of client 14 the ip address of client
13 </p></dd><dt><span class="term"><em class="parameter"><code>size</code></em></span></dt><dd><p> 15 </p></dd><dt><span class="term"><em class="parameter"><code>vec</code></em></span></dt><dd><p>
14 read bytes 16 struct kvec, includes buf address in kernel address and length of each buffer
15 </p></dd><dt><span class="term"><em class="parameter"><code>file</code></em></span></dt><dd><p> 17 </p></dd><dt><span class="term"><em class="parameter"><code>fh</code></em></span></dt><dd><p>
16 argument file, indicates if the file has been opened. 18 file handle (the first part is the length of the file handle)
17 </p></dd><dt><span class="term"><em class="parameter"><code>vlen</code></em></span></dt><dd><p>
18 read blocks
19 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-nfsd-proc-write.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="nfsd.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-nfsd-rename.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::nfsd.proc.write</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">probe::nfsd.rename</span></td></tr></table></div></body></html> 19 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-nfsd-proc-write.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="nfsd.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-nfsd-rename.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::nfsd.proc.write</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">probe::nfsd.rename</span></td></tr></table></div></body></html>