diff options
| author | fche <fche> | 2014-12-22 17:29:33 +0000 |
|---|---|---|
| committer | fche <fche> | 2014-12-22 17:29:33 +0000 |
| commit | 37d569d36747707abe7b672bfa89a543fb89c585 (patch) | |
| tree | c829cf82d3e4238bf69cb9dbeb7a91f662d54907 /tapsets/API-nfsd-proc-lookup.html | |
| parent | add new langref/*.html (diff) | |
added new man pages
Diffstat (limited to 'tapsets/API-nfsd-proc-lookup.html')
| -rw-r--r-- | tapsets/API-nfsd-proc-lookup.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tapsets/API-nfsd-proc-lookup.html b/tapsets/API-nfsd-proc-lookup.html index 473800b8..e41601cb 100644 --- a/tapsets/API-nfsd-proc-lookup.html +++ b/tapsets/API-nfsd-proc-lookup.html | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::nfsd.proc.lookup</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-create.html" title="probe::nfsd.proc.create"><link rel="next" href="API-nfsd-proc-read.html" title="probe::nfsd.proc.read"></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.proc.lookup</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfsd-proc-create.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-proc-read.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nfsd-proc-lookup"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfsd.proc.lookup — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::nfsd.proc.lookup</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-create.html" title="probe::nfsd.proc.create"><link rel="next" href="API-nfsd-proc-read.html" title="probe::nfsd.proc.read"></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.proc.lookup</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfsd-proc-create.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-proc-read.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nfsd-proc-lookup"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfsd.proc.lookup — |
| 2 | NFS server opening or searching for a file for client | 2 | NFS server opening or searching for a file for client |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">nfsd.proc.lookup </pre></div><div class="refsect1"><a name="idm47245122249920"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>proto</code></em></span></dt><dd><p> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">nfsd.proc.lookup </pre></div><div class="refsect1"><a name="idm47511684096672"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>client_ip</code></em></span></dt><dd><p> |
| 4 | transfer protocol | ||
| 5 | </p></dd><dt><span class="term"><em class="parameter"><code>fh</code></em></span></dt><dd><p> | ||
| 6 | file handle of parent dir (the first part is the length of the file handle) | ||
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>uid</code></em></span></dt><dd><p> | ||
| 8 | requester's user id | ||
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>filelen</code></em></span></dt><dd><p> | ||
| 10 | the length of file name | ||
| 11 | </p></dd><dt><span class="term"><em class="parameter"><code>client_ip</code></em></span></dt><dd><p> | ||
| 12 | the ip address of client | 4 | the ip address of client |
| 13 | </p></dd><dt><span class="term"><em class="parameter"><code>version</code></em></span></dt><dd><p> | 5 | </p></dd><dt><span class="term"><em class="parameter"><code>version</code></em></span></dt><dd><p> |
| 14 | nfs version | 6 | nfs version |
| 15 | </p></dd><dt><span class="term"><em class="parameter"><code>filename</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>filename</code></em></span></dt><dd><p> |
| 16 | file name | 8 | file name |
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>proto</code></em></span></dt><dd><p> | ||
| 10 | transfer protocol | ||
| 11 | </p></dd><dt><span class="term"><em class="parameter"><code>fh</code></em></span></dt><dd><p> | ||
| 12 | file handle of parent dir (the first part is the length of the file handle) | ||
| 17 | </p></dd><dt><span class="term"><em class="parameter"><code>gid</code></em></span></dt><dd><p> | 13 | </p></dd><dt><span class="term"><em class="parameter"><code>gid</code></em></span></dt><dd><p> |
| 18 | requester's group id | 14 | requester's group id |
| 15 | </p></dd><dt><span class="term"><em class="parameter"><code>filelen</code></em></span></dt><dd><p> | ||
| 16 | the length of file name | ||
| 17 | </p></dd><dt><span class="term"><em class="parameter"><code>uid</code></em></span></dt><dd><p> | ||
| 18 | requester's user id | ||
| 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-create.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-proc-read.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::nfsd.proc.create</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.proc.read</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-create.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-proc-read.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::nfsd.proc.create</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.proc.read</span></td></tr></table></div></body></html> |
