summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/VFS_QUOTACTL.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/VFS_QUOTACTL.9 4.html')
-rw-r--r--static/freebsd/man9/VFS_QUOTACTL.9 4.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/static/freebsd/man9/VFS_QUOTACTL.9 4.html b/static/freebsd/man9/VFS_QUOTACTL.9 4.html
deleted file mode 100644
index cc166046..00000000
--- a/static/freebsd/man9/VFS_QUOTACTL.9 4.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VFS_QUOTACTL(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">VFS_QUOTACTL(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">VFS_QUOTACTL</code> &#x2014;
- <span class="Nd">manipulate file system quotas</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
- &lt;<a class="In">sys/param.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/mount.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/vnode.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">VFS_QUOTACTL</code>(<var class="Fa" style="white-space: nowrap;">struct
- mount *mp</var>, <var class="Fa" style="white-space: nowrap;">int
- cmds</var>, <var class="Fa" style="white-space: nowrap;">uid_t uid</var>,
- <var class="Fa" style="white-space: nowrap;">void *arg</var>,
- <var class="Fa" style="white-space: nowrap;">bool *mp_busy</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">Implement file system quotas.</p>
-<p class="Pp" id="VFS_QUOTACTL">The <var class="Fa">mp_busy</var> argument is an
- input/output parameter.
- <a class="permalink" href="#VFS_QUOTACTL"><code class="Fn">VFS_QUOTACTL</code></a>()
- must be called with <var class="Fa">mp</var> marked busy through
- <a class="Xr">vfs_busy(9)</a> and <var class="Fa">*mp_busy</var> set to
- true. The filesystem implementation of
- <code class="Fn">VFS_QUOTACTL</code>() may then unbusy
- <var class="Fa">mp</var> using <a class="Xr">vfs_unbusy(9)</a> prior to
- performing quota file I/O. In this case the implementation must set
- <var class="Fa">*mp_busy</var> to false to indicate that the caller must not
- unbusy <var class="Fa">mp</var> upon completion of
- <code class="Fn">VFS_QUOTACTL</code>().</p>
-<p class="Pp">See <a class="Xr">quotactl(2)</a> for a description of the
- remaining arguments.</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">quotactl(2)</a>, <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">Doug
- Rabson</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">May 29, 2021</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>