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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 VFS(9) -- kernel interface to file systems
    Calls used to set or query file systems for settings or information. File systems that don't implement a VFS operation should use the appropriate vfs_std function from src/sys/kern/vfs_default.c rath...
 vfsconf(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_busy(9) -- marks a mount point as busy
    The vfs_busy() function marks a mount point as busy. The purpose of this function is to synchronize access to a mount point. It also delays unmounting by sleeping on mp if the MNTK_UNMOUNT flag is set...
 VFS_CHECKEXP(9) -- check if a file system is exported to a client
    This is used by the NFS server to check if a mount point is exported to a client. Its arguments are: mp The mount point to be checked. nam An mbuf containing the network address of the client. exflags...
 VFS_FHTOVP(9) -- turn an NFS filehandle into a vnode
    This is used by the NFS server to turn an NFS filehandle into a vnode. Its arguments are: mp The file system. fhp The filehandle to convert. vpp Return parameter for the new locked vnode. The contents...
 vfs_getnewfsid(9) -- allocate a new file system identifier
    The vfs_getnewfsid() function allocates a new file system identifier for the mount point given. File systems typically call vfs_getnewfsid() in their mount routine in order to acquire a unique ID with...
 vfs_getvfs(9) -- returns a mount point given its file system identifier
    The vfs_getvfs() function returns the mount point structure for a file system given its file system identifier. The file system ID should have been allocated by calling vfs_getnewfsid(9); otherwise, i...
 VFS_INIT(9) -- initialize a file system
    This function is called once to allow a file system to initialize any global data structures that it might have. It is either called when the operating system boots or, for dynamically loaded file sys...
 vfs_modevent(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_MOUNT(9) -- mount a file system
    Mount a file system into the system's namespace. Its arguments are: mp Structure representing the file system. path Pathname where the file system is being mounted. data File system specific data. Th...
 vfs_mount(9) -- generic file system mount function
    The vfs_mount() function handles the generic portion of mounting a file system, and calls the file system specific mount function after verifying its parameters and setting up the structures expected ...
 vfs_mountedon(9) -- check if the vnode belongs to a mounted file system
    vfs_mountedon() inspects the mount structure in vp to determine if it points to a valid mount point. If the mount is valid, the vnode is considered to be busy. A common use of vfs_mountedon() is to ca...
 VFS_QUOTACTL(9) -- manipulate file system quotas
    Implement file system quotas. See quotactl(2) for a description of the arguments.
 vfs_register(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_ROOT(9) -- return the root vnode of a file system
    Return a locked vnode for the root directory of the file system. Its arguments are: mp The file system. vpp Return parameter for the root vnode.
<<  [Prev]  327  328  329  330  331  332  333  334  335  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