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
389
struct ocfs2_protocol_version *max =
fs/ocfs2/stack_user.c
750
static int fs_protocol_compare(struct ocfs2_protocol_version *existing,
fs/ocfs2/stack_user.c
751
struct ocfs2_protocol_version *request)
fs/ocfs2/stack_user.c
765
static void lvb_to_version(char *lvb, struct ocfs2_protocol_version *ver)
fs/ocfs2/stack_user.c
767
struct ocfs2_protocol_version *pv =
fs/ocfs2/stack_user.c
768
(struct ocfs2_protocol_version *)lvb;
fs/ocfs2/stack_user.c
777
static void version_to_lvb(struct ocfs2_protocol_version *ver, char *lvb)
fs/ocfs2/stack_user.c
779
struct ocfs2_protocol_version *pv =
fs/ocfs2/stack_user.c
780
(struct ocfs2_protocol_version *)lvb;
fs/ocfs2/stack_user.c
877
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;