diff options
Diffstat (limited to 'static/freebsd/man9/VOP_STRATEGY.9 4.html')
| -rw-r--r-- | static/freebsd/man9/VOP_STRATEGY.9 4.html | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/static/freebsd/man9/VOP_STRATEGY.9 4.html b/static/freebsd/man9/VOP_STRATEGY.9 4.html deleted file mode 100644 index 9e3042e1..00000000 --- a/static/freebsd/man9/VOP_STRATEGY.9 4.html +++ /dev/null @@ -1,67 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">VOP_STRATEGY(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">VOP_STRATEGY(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">VOP_STRATEGY</code> — - <span class="Nd">read or write a file system buffer</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/buf.h</a>></code> - <br/> - <code class="In">#include <<a class="In">sys/vnode.h</a>></code></p> -<p class="Pp"><var class="Ft">int</var> - <br/> - <code class="Fn">VOP_STRATEGY</code>(<var class="Fa" style="white-space: nowrap;">struct - vnode *vp</var>, <var class="Fa" style="white-space: nowrap;">struct buf - *bp</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The arguments are:</p> -<dl class="Bl-tag"> - <dt><var class="Fa">vp</var></dt> - <dd>The vnode that the buffer is for.</dd> - <dt><var class="Fa">bp</var></dt> - <dd>The buffer to be read or written.</dd> -</dl> -<p class="Pp">This call either reads or writes data from a file, depending on - the value of <var class="Fa">bp->b_iocmd</var>.</p> -<p class="Pp">The call may block.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN - VALUES</a></h1> -<p class="Pp">Always zero. Errors should be signalled by setting the - <code class="Dv">BIO_ERROR</code> bit in - <var class="Fa">bp->b_ioflags</var> and setting - <var class="Fa">bp->b_error</var> to the appropriate - <var class="Va">errno</var> value.</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">errno(2)</a>, <a class="Xr">buf(9)</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">June 30, 2022</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
