Lines Matching defs:rootcontext
353 const char *fscontext, *context, *rootcontext, *defcontext;
361 kfree(opts->rootcontext);
385 A(rootcontext, true),
674 if (opts->rootcontext) {
675 rc = parse_sid(sb, opts->rootcontext, &rootcontext_sid);
980 if (opts->rootcontext)
982 opts->rootcontext = s;
2691 if (opts->rootcontext) {
2694 rc = parse_sid(sb, opts->rootcontext, &sid);
2792 if (src->rootcontext) {
2793 opts->rootcontext = kstrdup(src->rootcontext, GFP_KERNEL);
2794 if (!opts->rootcontext)