*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> VOP_STRATEGY (9)              
Title
Content
Arch
Section
 

VOP_STRATEGY(9)

Contents


NAME    [Toc]    [Back]

     VOP_STRATEGY -- read or write a file system buffer

SYNOPSIS    [Toc]    [Back]

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

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

DESCRIPTION    [Toc]    [Back]

     The arguments are:

     vp  the vnode that the buffer is for

     bp  the buffer to be read or written

     This call either reads or writes data from a file, depending on the value
     of bp->b_io.bio_cmd.

     The call may block.

RETURN VALUES    [Toc]    [Back]

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

SEE ALSO    [Toc]    [Back]

      
      
     vnode(9)

AUTHORS    [Toc]    [Back]

     This man page was written by Doug Rabson.


FreeBSD 5.2.1			 July 24, 1996			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
AFreadmisc IRIX read from / write to / move logical read/write pointer for data in a miscellaneous chunk in an audio file
VOP_BWRITE FreeBSD write a file system buffer
sysctl Linux read/write system parameters
VOP_RDWR FreeBSD read or write a file
VOP_WRITE FreeBSD read or write a file
VOP_READ FreeBSD read or write a file
curs_scr_dmp IRIX read (write) a curses screen from (to) a file
VOP_GETPAGES FreeBSD read or write VM pages from a file
VOP_PUTPAGES FreeBSD read or write VM pages from a file
scr_init Tru64 Read or write a Curses screen from or to a file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service