#include <stdint.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <limits.h>
#include <errno.h>
#include "pvfs2-encode-stubs.h"
#include "pvfs2-hint.h"
This graph shows which files directly or indirectly include this file:

Data Structures | |
| struct | PVFS_credentials |
| Credentials (stubbed for future authentication methods). More... | |
| struct | PVFS_dirent |
| Directory entry contents. More... | |
| struct | PVFS_error_server |
| These structures/calls are used when returning detailed lists of errors from a particular call. More... | |
| struct | PVFS_object_ref |
| object reference (uniquely refers to a single file, directory, or symlink). More... | |
| struct | PVFS_statfs |
| statfs and misc. More... | |
Typedefs | |
| typedef int64_t | PVFS_BMI_addr_t |
| typedef uint64_t | PVFS_handle |
| typedef int32_t | PVFS_fs_id |
Enumerations | |
| enum | PVFS_ds_type |
| enum | PVFS_server_param |
| enum | PVFS_io_type |
|
|
Opaque value representing a destination address.
|
|
|
Identifier for a specific PVFS2 file system; administrator must guarantee that these are unique in the context of all PVFS2 file systems reachable by a given client.
|
|
|
Unique identifier for an object on a PVFS2 file system.
|
|
|
Object and attribute types.
|
|
|
PVFS I/O operation types, used in both system and server interfaces.
|
|
|
Predefined server parameters that can be manipulated at run-time through the mgmt interface.
|
1.3.5