Lines Matching defs:option
138 int option;
168 if (match_int(args, &option))
170 uid = make_kuid(current_user_ns(), option);
176 if (match_int(args, &option))
178 gid = make_kgid(current_user_ns(), option);
184 if (match_int(args, &option))
186 *pgrp = option;
190 if (match_int(args, &option))
192 sbi->min_proto = option;
195 if (match_int(args, &option))
197 sbi->max_proto = option;