Home
last modified time | relevance | path

Searched refs:max_proto (Results 1 – 4 of 4) sorted by relevance

/fs/autofs4/
Dinode.c86 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()
Dautofs_i.h112 int max_proto; member
/fs/ocfs2/
Dstackglue.c216 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto) in ocfs2_stack_glue_set_max_proto_version() argument
221 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()
Dstackglue.h294 void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);