#include <assert.h>
#include "pvfs2-types.h"
#include "pvfs2-mgmt.h"
#include "bmi.h"
#include "pint-sysint-utils.h"
#include "pint-cached-config.h"
#include "pint-util.h"
#include "server-config.h"
#include "client-state-machine.h"
Functions | |
| const char * | PVFS_mgmt_map_addr (PVFS_fs_id fs_id, PVFS_credentials *credentials, PVFS_BMI_addr_t addr, int *server_type) |
| PVFS_error | PVFS_mgmt_statfs_all (PVFS_fs_id fs_id, PVFS_credentials *credentials, struct PVFS_mgmt_server_stat *stat_array, int *inout_count_p, PVFS_error_details *details, PVFS_hint hints) |
| PVFS_error | PVFS_mgmt_setparam_all (PVFS_fs_id fs_id, PVFS_credentials *credentials, enum PVFS_server_param param, struct PVFS_mgmt_setparam_value *value, PVFS_error_details *details, PVFS_hint hints) |
| PVFS_error | PVFS_mgmt_setparam_single (PVFS_fs_id fs_id, PVFS_credentials *credentials, enum PVFS_server_param param, struct PVFS_mgmt_setparam_value *value, char *server_addr_str, PVFS_error_details *details, PVFS_hint hints) |
| PVFS_error | PVFS_mgmt_get_server_array (PVFS_fs_id fs_id, PVFS_credentials *credentials, int server_type, PVFS_BMI_addr_t *addr_array, int *inout_count_p) |
| PVFS_error | PVFS_mgmt_count_servers (PVFS_fs_id fs_id, PVFS_credentials *credentials, int server_type, int *count) |
Many are built on top of other management interface routines.
1.3.5