Home
last modified time | relevance | path

Searched refs:min_proto (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/autofs4/
Dinode.c88 seq_printf(m, ",minproto=%d", sbi->min_proto); in autofs4_show_options()
225 sbi->min_proto = 0; in autofs4_fill_super()
257 &sbi->oz_pgrp, &sbi->type, &sbi->min_proto, in autofs4_fill_super()
271 sbi->min_proto > AUTOFS_MAX_PROTO_VERSION) { in autofs4_fill_super()
274 sbi->min_proto, sbi->max_proto, in autofs4_fill_super()
Dautofs_i.h111 int min_proto; member
/linux-3.4.99/net/ax25/
Dsysctl_net_ax25.c27 static int min_proto[1], max_proto[] = { AX25_PROTO_MAX }; variable
145 .extra1 = &min_proto,