defcontext 396 security/selinux/hooks.c const char *fscontext, *context, *rootcontext, *defcontext; defcontext 405 security/selinux/hooks.c kfree(opts->defcontext); defcontext 432 security/selinux/hooks.c A(defcontext, true), defcontext 731 security/selinux/hooks.c if (opts->defcontext) { defcontext 732 security/selinux/hooks.c rc = parse_sid(sb, opts->defcontext, &defcontext_sid); defcontext 1012 security/selinux/hooks.c if (opts->context || opts->defcontext) defcontext 1027 security/selinux/hooks.c if (opts->context || opts->defcontext) defcontext 1029 security/selinux/hooks.c opts->defcontext = s; defcontext 2718 security/selinux/hooks.c if (opts->defcontext) { defcontext 2719 security/selinux/hooks.c rc = parse_sid(sb, opts->defcontext, &sid); defcontext 2815 security/selinux/hooks.c if (src->defcontext) { defcontext 2816 security/selinux/hooks.c opts->defcontext = kstrdup(src->defcontext, GFP_KERNEL); defcontext 2817 security/selinux/hooks.c if (!opts->defcontext)