Lines Matching defs:option
133 int option;
147 if (match_int(args, &option))
149 asb->s_uid = make_kuid(current_user_ns(), option);
154 if (match_int(args, &option))
156 asb->s_gid = make_kgid(current_user_ns(), option);
161 if (match_octal(args, &option))
163 asb->s_owner_mask = option;
166 if (match_octal(args, &option))
168 asb->s_other_mask = option;
171 if (match_int(args, &option))
173 asb->s_ftsuffix = option;
177 "unrecognised mount option \"%s\" or missing value",