Lines Matching defs:token
949 static int selinux_add_opt(int token, const char *s, void **mnt_opts)
954 if (token == Opt_seclabel) /* eaten and completely ignored */
968 switch (token) {
1003 int token = Opt_error;
1008 token = tokens[i].opt;
1013 if (token == Opt_error)
1016 if (token != Opt_seclabel) {
1023 rc = selinux_add_opt(token, val, mnt_opts);
2613 int token;
2616 token = match_opt_prefix(from, len, &arg);
2618 if (token != Opt_error) {
2634 rc = selinux_add_opt(token, arg, mnt_opts);