Linux Kernel
3.7.1
|
#include <stackglue.h>
Data Fields | |
char | cc_name [GROUP_NAME_MAX] |
int | cc_namelen |
struct ocfs2_protocol_version | cc_version |
struct ocfs2_locking_protocol * | cc_proto |
void(* | cc_recovery_handler )(int node_num, void *recovery_data) |
void * | cc_recovery_data |
void * | cc_lockspace |
void * | cc_private |
Definition at line 99 of file stackglue.h.
void* cc_lockspace |
Definition at line 106 of file stackglue.h.
char cc_name[GROUP_NAME_MAX] |
Definition at line 100 of file stackglue.h.
int cc_namelen |
Definition at line 101 of file stackglue.h.
void* cc_private |
Definition at line 107 of file stackglue.h.
struct ocfs2_locking_protocol* cc_proto |
Definition at line 103 of file stackglue.h.
void* cc_recovery_data |
Definition at line 105 of file stackglue.h.
Definition at line 104 of file stackglue.h.
struct ocfs2_protocol_version cc_version |
Definition at line 102 of file stackglue.h.