Found the missing description of mpo_destroy_vnode_label(), it was in
the label management calls section. GC the dup copy. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
bdfc29bc51
commit
1d668180a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16612
2 changed files with 0 additions and 78 deletions
en_US.ISO8859-1/books
|
@ -7572,45 +7572,6 @@ Label destruction o</programlisting>
|
|||
calls are not permitted to fail (failure should be reported
|
||||
earlier in the relabel check).</para>
|
||||
|
||||
|
||||
|
||||
<sect3 id="mac-mpo-destroy-vnode">
|
||||
<title><function>&mac.mpo;_destroy_vnode_label</function></title>
|
||||
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void
|
||||
<function>&mac.mpo;_destroy_vnode_label</function></funcdef>
|
||||
|
||||
<paramdef>struct vnode
|
||||
*<parameter>vp</parameter></paramdef>
|
||||
<paramdef>struct label
|
||||
*<parameter>label</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
&mac.thead;
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><parameter>vp</parameter></entry>
|
||||
<entry>Object; file system object</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><parameter>label</parameter></entry>
|
||||
<entry>Label being destroyed</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>Destroy the label on a vnode. In this entry point, a
|
||||
policy module should free any internal storage associated
|
||||
with <parameter>label</parameter> so that it may be
|
||||
destroyed.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -7572,45 +7572,6 @@ Label destruction o</programlisting>
|
|||
calls are not permitted to fail (failure should be reported
|
||||
earlier in the relabel check).</para>
|
||||
|
||||
|
||||
|
||||
<sect3 id="mac-mpo-destroy-vnode">
|
||||
<title><function>&mac.mpo;_destroy_vnode_label</function></title>
|
||||
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void
|
||||
<function>&mac.mpo;_destroy_vnode_label</function></funcdef>
|
||||
|
||||
<paramdef>struct vnode
|
||||
*<parameter>vp</parameter></paramdef>
|
||||
<paramdef>struct label
|
||||
*<parameter>label</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
&mac.thead;
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><parameter>vp</parameter></entry>
|
||||
<entry>Object; file system object</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><parameter>label</parameter></entry>
|
||||
<entry>Label being destroyed</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>Destroy the label on a vnode. In this entry point, a
|
||||
policy module should free any internal storage associated
|
||||
with <parameter>label</parameter> so that it may be
|
||||
destroyed.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue