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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 VOP_ACCESS(9) -- check access permissions of a file or Unix domain socket
    This entry point checks the access permissions of the file against the given credentials. Its arguments are: vp the vnode of the file to check mode the type of access required cred the user credential...
 VOP_ACLCHECK(9) -- check an access control list for a vnode
    This vnode call may be used to determine the validity of a particular access control list (ACL) for a particular file or directory. Its arguments are: vp the vnode of the file or directory type the ty...
 VOP_ADVLOCK(9) -- advisory record locking
    The arguments are: vp the vnode being manipulated id the id token which is changing the lock op the operation to perform (see fcntl(2)) fl description of the lock flags One of more of the following: F...
 VOP_ATTRIB(9) -- get and set attributes on a file or directory
    These entry points manipulate various attributes of a file or directory, including file permissions, owner, group, size, access time and modification time. The arguments are: vp the vnode of the file ...
 VOP_BWRITE(9) -- write a file system buffer
    The arguments are: vp the vnode of the file being written to bp the buffer to be written
 VOP_CLOSE(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_CREATE(9) -- create a file, socket, fifo, device, directory or symlink
    These entry points create a new file, socket, fifo, device, directory or symlink in a given directory. The arguments are: dvp the locked vnode of the directory vpp the address of a variable where the ...
 VOP_CREATEVOBJECT(9) -- VM object interaction
    These calls are used to control the association of a VM object with a particular vnode. The arguments specific to these functions are: vp the vnode of the file objpp the VM object being returned, or N...
 VOP_DESTROYVOBJECT(9) -- VM object interaction
    These calls are used to control the association of a VM object with a particular vnode. The arguments specific to these functions are: vp the vnode of the file objpp the VM object being returned, or N...
 VOP_FSYNC(9) -- flush file system buffers for a file
    This call flushes any dirty file system buffers for the file. It is used to implement the sync(2) and fsync(2) system calls. Its arguments are: vp the vnode of the file cred the caller's credentials ...
 VOP_GETACL(9) -- retrieve access control list for a vnode
    This vnode call may be used to retrieve the access control list (ACL) from a file or directory. Its arguments are: vp the vnode of the file or directory type the type of ACL to retrieve aclp a pointer...
 VOP_GETATTR(9) -- get and set attributes on a file or directory
    These entry points manipulate various attributes of a file or directory, including file permissions, owner, group, size, access time and modification time. The arguments are: vp the vnode of the file ...
 VOP_GETEXTATTR(9) -- retrieve named extended attribute from a vnode
    This vnode call may be used to retrieve a specific named extended attribute from a file or directory. Its arguments are: vp the vnode of the file or directory attrnamespace integer constant indicating...
 VOP_GETPAGES(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_GETVOBJECT(9) -- VM object interaction
    These calls are used to control the association of a VM object with a particular vnode. The arguments specific to these functions are: vp the vnode of the file objpp the VM object being returned, or N...
<<  [Prev]  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  
51  52  53  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service