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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 VOP_OPENCLOSE(9) -- open or close a file
    The VOP_OPEN() entry point is called before a file is accessed by a process and the VOP_CLOSE() entry point is called after a file is finished with by the process. The arguments are: vp the vnode of t...
 VOP_PATHCONF(9) -- return POSIX pathconf information
    The arguments are: vp the vnode to get information about name the type of information to return retval the place to return the information The value of name specifies what should be returned: _PC_LINK...
 VOP_PRINT(9) -- print debugging information
    The arguments are: vp the vnode to print
 VOP_PUTPAGES(9) -- read or write VM pages from a file
    The VOP_GETPAGES() method is called to read in pages of virtual memory which are backed by ordinary files. If other adjacent pages are backed by adjacent regions of the same file, VOP_GETPAGES() is re...
 VOP_RDWR(9) -- read or write a file
    These entry points read or write the contents of a file The arguments are: vp the vnode of the file uio the location of the data to be read or written ioflag various flags cnp the credentials of the c...
 VOP_READ(9) -- read or write a file
    These entry points read or write the contents of a file The arguments are: vp the vnode of the file uio the location of the data to be read or written ioflag various flags cnp the credentials of the c...
 VOP_READDIR(9) -- read contents of a directory
    Read directory entries. vp the vnode of the directory uio where to read the directory contents cred the caller's credentials eofflag return end of file status (NULL if not wanted) ncookies number of ...
 VOP_READLINK(9) -- read the target of a symbolic link
    This reads the target pathname of a symbolic link vp the vnode of the symlink uio the location of the data to be read or written cred the credentials of the caller
 VOP_REALLOCBLKS(9) -- rearrange blocks in a file to be contiguous
    The arguments are: vp the file to manipulate buflist a list of buffers to rearrange This seems to be part of a work in progress.
 VOP_RECLAIM(9) -- reclaim file system resources for a vnode
    The arguments are: vp the vnode being reclaimed VOP_INACTIVE() is called when the kernel is no longer using the vnode. This may be because the reference count reaches zero or it may be that the file s...
 VOP_REMOVE(9) -- remove a file or directory
    These entry points remove files and directories respectively. The arguments are: dvp the vnode of the directory vp the vnode of the file to be removed cnp pathname information about the file
 VOP_RENAME(9) -- rename a file
    This renames a file and possibly changes its parent directory. If the destination object exists, it will be removed first. Its arguments are: fdvp the vnode of the old parent directory fvp the vnode o...
 VOP_REVOKE(9) -- revoke access to a device and its aliases
    VOP_REVOKE() will administratively revoke access to the device specified by vp, as well as any aliases created via make_dev_alias(9). Further file operations on any of these devices by processes which...
 VOP_RMDIR(9) -- remove a file or directory
    These entry points remove files and directories respectively. The arguments are: dvp the vnode of the directory vp the vnode of the file to be removed cnp pathname information about the file
 VOP_SETACL(9) -- set the access control list for a vnode
    This vnode call may be used to set the access control list (ACL) for a file or directory. Its arguments are: vp the vnode of the file or directory type the type of ACL to set aclp a pointer to an ACL ...
<<  [Prev]  336  337  338  339  340  341  342  343  344  345  346  347  348  349  350  351  352  353  354  355  356  
357  358  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service