diff options
Diffstat (limited to 'static/freebsd/man9/vgone.9 4.html')
| -rw-r--r-- | static/freebsd/man9/vgone.9 4.html | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/static/freebsd/man9/vgone.9 4.html b/static/freebsd/man9/vgone.9 4.html deleted file mode 100644 index a79439d5..00000000 --- a/static/freebsd/man9/vgone.9 4.html +++ /dev/null @@ -1,57 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">VGONE(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">VGONE(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">vgone</code> — <span class="Nd">prepare a - vnode for reuse</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/param.h</a>></code> - <br/> - <code class="In">#include <<a class="In">sys/vnode.h</a>></code></p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">vgone</code>(<var class="Fa" style="white-space: nowrap;">struct - vnode *vp</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The - <a class="permalink" href="#vgone"><code class="Fn" id="vgone">vgone</code></a>() - function prepares the vnode to be destroyed. The preparation includes the - cleaning of all file system specific data and the removal from its mount - point vnode list.</p> -<p class="Pp">If the vnode has a <var class="Va">v_usecount</var> of zero, and - its <code class="Dv">VIRF_DOOMED</code> flag is not set, it is moved to the - head of the free list as in most cases the vnode is about to be reused, or - its file system is being unmounted.</p> -<p class="Pp" id="vgone~2">The - <a class="permalink" href="#vgone~2"><code class="Fn">vgone</code></a>() - function takes an exclusively locked vnode, and returns with the vnode - exclusively locked.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">vnode(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Chad David</span> - <<a class="Mt" href="mailto:davidc@acns.ab.ca">davidc@acns.ab.ca</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">December 8, 2019</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
