summaryrefslogtreecommitdiffstats
path: root/tapsets/API-fullpath-struct-path.html
diff options
authorfche <fche>2015-10-09 13:25:43 +0000
committerfche <fche>2015-10-09 13:25:43 +0000
commitb5fc8343680b68a5f59fcf7588e76f301166d84a (patch)
tree8bc36c3719f72eee090a269d66315c1f16edd854 /tapsets/API-fullpath-struct-path.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-fullpath-struct-path.html')
-rw-r--r--tapsets/API-fullpath-struct-path.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tapsets/API-fullpath-struct-path.html b/tapsets/API-fullpath-struct-path.html
new file mode 100644
index 00000000..abf75d56
--- /dev/null
+++ b/tapsets/API-fullpath-struct-path.html
@@ -0,0 +1,12 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::fullpath_struct_path</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="dentry.stp.html" title="Chapter 21. Directory-entry (dentry) Tapset"><link rel="prev" href="API-fullpath-struct-nameidata.html" title="function::fullpath_struct_nameidata"><link rel="next" href="API-inode-name.html" title="function::inode_name"></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">function::fullpath_struct_path</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-fullpath-struct-nameidata.html">Prev</a> </td><th width="60%" align="center">Chapter 21. Directory-entry (dentry) Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-inode-name.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-fullpath-struct-path"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::fullpath_struct_path —
2 get the full path
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 fullpath_struct_path(path:)
5</pre></div><div class="refsect1"><a name="idm47872000632064"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>path</code></em></span></dt><dd><p>
6 Pointer to <span class="quote">“<span class="quote">struct path</span>”</span>.
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm47872000628432"></a><h2>Description</h2><p>
8 </p><p>
9
10 Returns the full dirent name (full path to the root), like
11 the kernel d_path function.
12</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-fullpath-struct-nameidata.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="dentry.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-inode-name.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::fullpath_struct_nameidata</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">function::inode_name</span></td></tr></table></div></body></html>