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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 VFS_SYNC(9) -- flush unwritten data
    This writes out all unwritten data in a file system. Its arguments are: mp The file system. waitfor Whether the function should wait for I/O to complete. Possible values are: MNT_WAIT synchronously wa...
 vfs_timestamp(9) -- generate current timestamp
    The vfs_timestamp() function fills in tsp with the current time. The precision is based on the value of the vfs.timestamp_precision sysctl variable: 0 seconds only; nanoseconds are zeroed. 1 seconds a...
 vfs_unbusy(9) -- unbusy a mount point
    The vfs_unbusy() function un-busies a mount point by unlocking mp->mnt_lock. The lock is typically acquired by calling vfs_busy(9) prior to this call. Its arguments are: mp The mount point to unbusy (...
 VFS_UNMOUNT(9) -- unmount a file system
    Unmount a file system. Its arguments are: mp The file system. mntflags Various flags. td Thread which is unmounting the file system. If the MNT_FORCE flag is specified then open files should be forcib...
 vfs_unmountall(9) -- unmount all file systems
    The vfs_unmountall function, run only at system shutdown, unmounts all mounted file systems from most recent to oldest in order to avoid handling dependencies.
 vfs_unregister(9) -- vfs configuration information
    Each file system type known to the kernel has a vfsconf structure that contains the information required to create a new mount of that file systems type. struct vfsconf { struct vfsops *vfc_vfsops; /*...
 VFS_VGET(9) -- convert an inode number to a vnode
    This converts an inode number into a locked vnode. Its arguments are: mp The file system. ino The inode representing the file. flags Additional locking flags to pass through. vpp Return parameter for ...
 VFS_VPTOFH(9) -- turn a vnode into an NFS filehandle
    This is used by the NFS server to create an opaque filehandle which uniquely identifies the file and which can be used by an NFS client to access the file in the future. Its arguments are: vp The vnod...
 vget(9) -- get a vnode from the free list
    Get a vnode from the free list and increment its reference count. vp the vnode to remove from the free list lockflag if non-zero, the vnode will also be locked When not in use, vnodes are kept on a fr...
 vgone(9) -- prepare a vnode for reuse
    vgone() and vgonel() prepare a vnode for reuse by another file system. The preparation includes the cleaning of all file system specific data and the removal from its mount point vnode list. If the vn...
 vgonel(9) -- prepare a vnode for reuse
    vgone() and vgonel() prepare a vnode for reuse by another file system. The preparation includes the cleaning of all file system specific data and the removal from its mount point vnode list. If the vn...
 vhold(9) -- acquire/release a hold on a vnode
    The vhold() function increments the v_holdcnt of the given vnode. If the vnode has already been added to the free list and is still referenced, it will be removed. The vdrop() function decrements the ...
 vinvalbuf(9) -- flushes and invalidates all buffers associated with a vnode
    The vinvalbuf() function invalidates all of the buffers associated with the given vnode. This includes buffers on the clean list and the dirty list. If the V_SAVE flag is specified then the buffers on...
 vm_fault_prefault(9) -- cluster page faults into a process's address space
    The vm_map_prefault() function provides a means of clustering pagefaults into a process's address space. It operates upon the physical map pmap. The entry argument specifies the entry to be prefaulte...
 vm_map(9) -- virtual address space portion of virtual memory subsystem
    The vm_map subsystem is used to manage virtual address spaces. This section describes the main data structures used within the code. The struct vm_map is a generic representation of an address space. ...
<<  [Prev]  24  25  26  27  28  29  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