![]() |
![]()
| ![]() |
![]()
NAMEVOP_BWRITE —
write a file system buffer
SYNOPSIS#include
<sys/param.h>
#include
<sys/vnode.h>
int
VOP_BWRITE (struct
vnode *vp,
struct buf *bp);
DESCRIPTIONThe arguments are:
RETURN VALUESZero is returned on success, otherwise an error is returned.SEE ALSOvnode(9)AUTHORSThis manual page was written by Doug Rabson.
|