Symbol: ocfs2_protocol_version
fs/ocfs2/stack_user.c
124
struct ocfs2_protocol_version op_proto;
fs/ocfs2/stack_user.c
166
static struct ocfs2_protocol_version running_proto;
fs/ocfs2/stack_user.c
393
struct ocfs2_protocol_version *max =
fs/ocfs2/stack_user.c
754
static int fs_protocol_compare(struct ocfs2_protocol_version *existing,
fs/ocfs2/stack_user.c
755
struct ocfs2_protocol_version *request)
fs/ocfs2/stack_user.c
769
static void lvb_to_version(char *lvb, struct ocfs2_protocol_version *ver)
fs/ocfs2/stack_user.c
771
struct ocfs2_protocol_version *pv =
fs/ocfs2/stack_user.c
772
(struct ocfs2_protocol_version *)lvb;
fs/ocfs2/stack_user.c
781
static void version_to_lvb(struct ocfs2_protocol_version *ver, char *lvb)
fs/ocfs2/stack_user.c
783
struct ocfs2_protocol_version *pv =
fs/ocfs2/stack_user.c
784
(struct ocfs2_protocol_version *)lvb;
fs/ocfs2/stack_user.c
881
struct ocfs2_protocol_version pv;
fs/ocfs2/stackglue.c
207
void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto)
fs/ocfs2/stackglue.c
213
sizeof(struct ocfs2_protocol_version))) {
fs/ocfs2/stackglue.c
30
static struct ocfs2_protocol_version locking_max_version;
fs/ocfs2/stackglue.c
326
sizeof(struct ocfs2_protocol_version))) {
fs/ocfs2/stackglue.c
692
sizeof(struct ocfs2_protocol_version));
fs/ocfs2/stackglue.h
232
struct ocfs2_protocol_version sp_max_proto;
fs/ocfs2/stackglue.h
284
void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);
fs/ocfs2/stackglue.h
80
struct ocfs2_protocol_version lp_max_version;
fs/ocfs2/stackglue.h
97
struct ocfs2_protocol_version cc_version;