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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 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 ...
 VOP_SETATTR(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_SETEXTATTR(9) -- set named extended attribute for a vnode
    This vnode call may be used to set specific named extended attribute for a file or directory. Its arguments are: vp the vnode of the file or directory attrnamespace integer constant indicating which e...
 VOP_STRATEGY(9) -- read or write a file system buffer
    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 b...
 VOP_SYMLINK(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 ...
<<  [Prev]  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