#ifndef __DOWNCALL_H
#define __DOWNCALL_H
struct orangefs_io_response { … };
struct orangefs_lookup_response { … };
struct orangefs_create_response { … };
struct orangefs_symlink_response { … };
struct orangefs_getattr_response { … };
struct orangefs_mkdir_response { … };
struct orangefs_statfs_response { … };
struct orangefs_fs_mount_response { … };
struct orangefs_getxattr_response { … };
struct orangefs_listxattr_response { … };
struct orangefs_param_response { … };
#define PERF_COUNT_BUF_SIZE …
struct orangefs_perf_count_response { … };
#define FS_KEY_BUF_SIZE …
struct orangefs_fs_key_response { … };
struct orangefs_features_response { … };
struct orangefs_downcall_s { … };
struct orangefs_readdir_response_s { … };
#endif