tail head cat sleep
QR code linking to this page

Manual Pages  — VOP_BWRITE

NAME

VOP_BWRITE – write a file system buffer

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <sys/vnode.h>

int
VOP_BWRITE(struct vnode *vp, struct buf *bp);

DESCRIPTION

The arguments are:
vp
  The vnode of the file being written to.
bp
  The buffer to be written.

RETURN VALUES

Zero is returned on success, otherwise an error is returned.

SEE ALSO

vnode(9)

AUTHORS

This manual page was written by Doug Rabson.

VOP_BWRITE (9) July 24, 1996

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

If you are angry with someone, you should walk a mile in their shoes - then you'll be a mile away from them, and you'll have their shoes.