Searched refs:max_proto (Results 1 – 4 of 4) sorted by relevance
86 seq_printf(m, ",maxproto=%d", sbi->max_proto); in autofs4_show_options()237 sbi->max_proto = 0; in autofs4_fill_super()273 &sbi->max_proto)) { in autofs4_fill_super()279 if (sbi->max_proto < AUTOFS_MIN_PROTO_VERSION || in autofs4_fill_super()283 sbi->min_proto, sbi->max_proto, in autofs4_fill_super()289 if (sbi->max_proto > AUTOFS_MAX_PROTO_VERSION) in autofs4_fill_super()292 sbi->version = sbi->max_proto; in autofs4_fill_super()
112 int max_proto; member
216 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto) in ocfs2_stack_glue_set_max_proto_version() argument221 if (memcmp(max_proto, &locking_max_version, in ocfs2_stack_glue_set_max_proto_version()225 locking_max_version = *max_proto; in ocfs2_stack_glue_set_max_proto_version()
294 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);