Searched refs:ocfs2_protocol_version (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.h43 * ocfs2_protocol_version changes when ocfs2 does something different in
46 struct ocfs2_protocol_version { struct
80 struct ocfs2_protocol_version lp_max_version;
97 struct ocfs2_protocol_version cc_version;
232 struct ocfs2_protocol_version sp_max_proto;
284 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);
H A Dstack_user.c124 struct ocfs2_protocol_version op_proto;
166 static struct ocfs2_protocol_version running_proto;
396 struct ocfs2_protocol_version *max =
761 static int fs_protocol_compare(struct ocfs2_protocol_version *existing,
762 struct ocfs2_protocol_version *request)
776 static void lvb_to_version(char *lvb, struct ocfs2_protocol_version *ver)
778 struct ocfs2_protocol_version *pv =
779 (struct ocfs2_protocol_version *)lvb;
781 * ocfs2_protocol_version has two u8 variables, so we don't
788 static void version_to_lvb(struct ocfs2_protocol_version *ve
[all...]
H A Dstackglue.c29 static struct ocfs2_protocol_version locking_max_version;
206 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto)
212 sizeof(struct ocfs2_protocol_version))) {
325 sizeof(struct ocfs2_protocol_version))) {
692 sizeof(struct ocfs2_protocol_version));

Completed in 118 milliseconds