|
Functions |
| void | display_common_usage (char *exeName) |
| int | set_util_path (const char *utility_path) |
| int | create_pvfs2tab_file (char *pvfs2tab_name, int len, const int port, const char *networkProto, const char *hostname, const char *fsname, const char *fs_file) |
| int | destroy_pvfs2tab_file (const char *pvfs2tab_name) |
| int | initialize (const int use_pvfs2_lib, const int verbose) |
| int | is_pvfs2 (const char *fileName, PVFS_fs_id *cur_fs, char *relativeName, const int relativeNameSize, const int use_pvfs2_lib, const int verbose) |
| int | finalize (int use_pvfs2_lib) |
| int | close_file (struct file_ref *stFileRef, const int use_pvfs2_lib, const int verbose) |
| int | stat_file (const char *fileName, struct stat *fileStats, const int followLink, const int use_pvfs2_lib, const int verbose) |
| int | open_file (const char *fileName, const int accessFlags, const int mode, const int use_pvfs2_lib, const int verbose, const int followLink, struct file_ref *pstFileRef) |
| int | create_file (const char *fileName, const int mode, const int use_pvfs2_lib, const int verbose) |
| int | create_directory (const char *directory, const int mode, const int use_pvfs2_lib, const int verbose) |
| int | remove_directory (const char *directory, const int use_pvfs2_lib, const int verbose) |
| int | remove_symlink (const char *linkName, const int use_pvfs2_lib, const int verbose) |
| int | remove_file (const char *fileName, const int use_pvfs2_lib, const int verbose) |
| int | change_mode (const char *fileName, const int mode, int *error_code, const int use_pvfs2_lib, const int verbose) |
| int | change_owner (const char *fileName, const char *ownerName, const uid_t owner_id, const char *groupName, const gid_t group_id, const int use_pvfs2_lib, const int verbose) |
| int | change_group (const char *fileName, const uid_t group_id, const int use_pvfs2_lib, const int verbose) |
| void | print_stats (const struct stat stats, const int verbose) |
| int | pvfs2_open (const char *fileName, const int accessFlags, const int mode, const int verbose, const int followLink, struct file_ref *pstFileRef) |
| int | pvfs2_create_file (const char *fileName, const PVFS_fs_id fs_id, const PVFS_credentials *credentials, const int mode, const int verbose, struct file_ref *pstFileRef) |
| int | lookup_parent (char *filename, PVFS_fs_id fs_id, PVFS_credentials *credentials, PVFS_handle *handle, int verbose) |
| int | get_base_dir (char *pathName, char *baseDir, int baseDirSize) |
| int | remove_base_dir (char *pathName, char *baseDir, int baseDirSize) |
| int | create_symlink (const char *linkName, const char *linkTarget, const int use_pvfs2_lib, const int verbose) |
| int | parse_common_args (int argc, char **argv, struct common_options *opts) |