ocfs2_protocol_version
struct ocfs2_protocol_version op_proto;
static struct ocfs2_protocol_version running_proto;
struct ocfs2_protocol_version *max =
static int fs_protocol_compare(struct ocfs2_protocol_version *existing,
struct ocfs2_protocol_version *request)
static void lvb_to_version(char *lvb, struct ocfs2_protocol_version *ver)
struct ocfs2_protocol_version *pv =
(struct ocfs2_protocol_version *)lvb;
static void version_to_lvb(struct ocfs2_protocol_version *ver, char *lvb)
struct ocfs2_protocol_version *pv =
(struct ocfs2_protocol_version *)lvb;
struct ocfs2_protocol_version pv;
void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto)
sizeof(struct ocfs2_protocol_version))) {
static struct ocfs2_protocol_version locking_max_version;
sizeof(struct ocfs2_protocol_version))) {
sizeof(struct ocfs2_protocol_version));
struct ocfs2_protocol_version sp_max_proto;
void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);
struct ocfs2_protocol_version lp_max_version;
struct ocfs2_protocol_version cc_version;