VOP_BWRITE.9 (5770fb136104860cd7ab44a3d2dbfa89a3e67a42) VOP_BWRITE.9 (218d216271ae1af4cc01c1b1356adecc2f9bc490)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 28 unchanged lines hidden (view full) ---

37.Sh SYNOPSIS
38.Fd #include <sys/param.h>
39.Fd #include <sys/vnode.h>
40.Ft int
41.Fn VOP_BWRITE "struct vnode *vp" "struct buf *bp"
42.Sh DESCRIPTION
43.Pp
44The arguments are:
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 28 unchanged lines hidden (view full) ---

37.Sh SYNOPSIS
38.Fd #include <sys/param.h>
39.Fd #include <sys/vnode.h>
40.Ft int
41.Fn VOP_BWRITE "struct vnode *vp" "struct buf *bp"
42.Sh DESCRIPTION
43.Pp
44The arguments are:
45.Bl -tag -width vp
45.Bl -tag -width 2n
46.It Ar vp
47the vnode of the file being written to
48.It Ar bp
49the buffer to be written
50.El
51.Sh RETURN VALUES
52Zero is returned on success, otherwise an error is returned.
53.Sh SEE ALSO
54.Xr vnode 9
55.Sh AUTHORS
56This man page was written by
57.An Doug Rabson .
46.It Ar vp
47the vnode of the file being written to
48.It Ar bp
49the buffer to be written
50.El
51.Sh RETURN VALUES
52Zero is returned on success, otherwise an error is returned.
53.Sh SEE ALSO
54.Xr vnode 9
55.Sh AUTHORS
56This man page was written by
57.An Doug Rabson .