Main Page | Modules | Data Structures | File List | Data Fields | Globals

PVFS File List

Here is a list of all documented files with brief descriptions:
include/pvfs2-mgmt.hDeclarations for the PVFS2 management interface
include/pvfs2-sysint.hDeclarations for the PVFS2 system interface
include/pvfs2-types.hDefinitions of types used throughout PVFS2
src/apps/admin/pvfs2-change-fsid.cUpdate utility for updating fsid in PVFS2 collections
src/apps/admin/pvfs2-migrate-collection.cMigration utility for updating PVFS2 collections
src/apps/admin/pvfs2-validate.cImplementation of PVFS2 FSCK tool
src/client/sysint/acache.cImplementation of the Attribute Cache (acache) component
src/client/sysint/acache.hDeclarations for the Attribute Cache (acache) component
src/client/sysint/client-state-machine.cRoutines for state machine processing on clients
src/client/sysint/client-state-machine.hDeclarations for state machine processing on clients
src/client/sysint/fs-add.smPVFS2 system interface bootstrapping routine to tell the interface about available file systems
src/client/sysint/mgmt-create-dirent.smPVFS2 management interface routines for creating directory entries that point to specific existing objects
src/client/sysint/mgmt-event-mon-list.smPVFS2 management interface routines for event monitoring
src/client/sysint/mgmt-get-dfile-array.smPVFS2 management interface routines for obtaining datafile handles for a given file
src/client/sysint/mgmt-get-dirdata-handle.smPVFS2 management interface routines for obtaining the handle of the object that holds directory data (the dirdata object)
src/client/sysint/mgmt-iterate-handles-list.smPVFS2 management routines for iterating through handles of objects stored on servers
src/client/sysint/mgmt-misc.cVarious PVFS2 management interface routines
src/client/sysint/mgmt-noop.smPVFS2 management interface routines for sending "no operation" (no-op) requests
src/client/sysint/mgmt-perf-mon-list.smPVFS2 management interface routines for obtaining server performance statistics
src/client/sysint/mgmt-remove-dirent.smPVFS2 management interface routines for removing specific directory entries
src/client/sysint/mgmt-remove-object.smPVFS2 management interface routines for removing specific objects
src/client/sysint/mgmt-repair-file.smPVFS2 system interface routines for repairing files
src/client/sysint/mgmt-setparam-list.smPVFS2 management interface routines for setting run-time parameters on a list of servers
src/client/sysint/mgmt-statfs-list.smPVFS2 management interface routines for obtaining file system statistics (e.g
src/client/sysint/ncache.cImplementation of the Name Cache (ncache) component
src/client/sysint/ncache.hDeclarations for the Name Cache (ncache) component
src/client/sysint/sys-create.smPVFS2 system interface routines for creating files
src/client/sysint/sys-flush.smPVFS2 system interface routines for flushing data to disk on servers
src/client/sysint/sys-getattr.smPVFS2 system interface routines for obtaining attributes of an object (file or directory)
src/client/sysint/sys-io.smPVFS2 system interface routines for reading and writing files
src/client/sysint/sys-lookup.smPVFS2 system interface routines for dereferencing path strings
src/client/sysint/sys-mkdir.smPVFS2 system interface routines for creating a new directory
src/client/sysint/sys-readdir.smPVFS2 system interface routines for reading entries from a directory
src/client/sysint/sys-readdirplus.smPVFS2 system interface routines for reading entries from a directory and also filling in the attribute information for each entry
src/client/sysint/sys-remove.smPVFS2 system interface routines for removing an object and its associated directory entry
src/client/sysint/sys-rename.smPVFS2 system interface routines for renaming an object (file or directory)
src/client/sysint/sys-setattr.smPVFS2 system interface routines for setting the attributes of an object (file or directory)
src/client/sysint/sys-small-io.smPVFS2 system interface routines for reading and writing small files
src/client/sysint/sys-statfs.smPVFS2 system interface routines for statfs
src/client/sysint/sys-symlink.smPVFS2 system interface routines for creating symlinks
src/client/sysint/sys-truncate.smPVFS2 system interface routines for modifying the size of a file, either growing or shrinking
src/common/gossip/gossip.cImplementation of gossip interface
src/common/gossip/gossip.hDeclarations for the gossip logging interface
src/common/misc/fsck-utils.cImplementation of the fsck-utils component
src/common/misc/fsck-utils.hDeclarations for the fsck utility component
src/common/misc/tcache.cImplementation of the Timeout Cache (tcache) component
src/common/misc/tcache.hDeclarations for the Timeout Cache (tcache) component
src/common/statecomp/codegen.cCode generation routines for statecomp
src/common/statecomp/statecomp.cCore of state machine source-to-source translator executable, statecomp, including processing arguments, calling the parser, and producing warning and error messages
src/common/statecomp/statecomp.hDefines and prototypes for statecomp symbol table
src/io/bmi/bmi-types.hTypes and other defines used throughout BMI
src/io/bmi/bmi.cTop-level BMI network interface routines
src/io/bmi/bmi.hDeclarations for the Buffered Message Interface (BMI)
src/io/trove/trove-types.hTypes and other defines used throughout Trove
src/io/trove/trove.cTrove interface routines
src/io/trove/trove.hDeclarations and prototypes for Trove storage interface
src/kernel/linux-2.6/acl.cLinux VFS Access Control List callbacks
src/kernel/linux-2.6/dcache.cImplementation of dentry (directory cache) functions
src/kernel/linux-2.6/dir.cLinux VFS directory operations
src/kernel/linux-2.6/downcall.hDefinitions of downcalls used in Linux kernel module
src/kernel/linux-2.6/file.cLinux VFS file operations
src/kernel/linux-2.6/inode.cLinux VFS inode operations
src/kernel/linux-2.6/namei.cLinux VFS namei operations
src/kernel/linux-2.6/pvfs2-kernel.hDeclarations and macros for the PVFS2 Linux kernel support
src/kernel/linux-2.6/waitqueue.cIn-kernel waitqueue operations
src/kernel/linux-2.6/xattr-default.cExtended attributes for PVFS2 that handles all setxattr stuff even for those keys that do not have a prefix! This is the 2.6 kernels way of doing extended attributes
src/kernel/linux-2.6/xattr-trusted.cExtended attributes for PVFS2 that handle the trusted prefix
src/kernel/linux-2.6/xattr.cLinux VFS extended attribute operations
src/server/request-scheduler/request-scheduler.cAn implementation of the server side request scheduler API
src/server/request-scheduler/request-scheduler.hDeclarations for the request scheduler
test/shared/test-common.cImplementation of the test-common wrapper functions
test/shared/test-common.hDeclarations for the test-common interface

Generated on Sat Jul 31 02:33:33 2010 for PVFS by doxygen 1.3.5