rootcontext       396 security/selinux/hooks.c 	const char *fscontext, *context, *rootcontext, *defcontext;
rootcontext       404 security/selinux/hooks.c 	kfree(opts->rootcontext);
rootcontext       433 security/selinux/hooks.c 	A(rootcontext, true),
rootcontext       722 security/selinux/hooks.c 		if (opts->rootcontext) {
rootcontext       723 security/selinux/hooks.c 			rc = parse_sid(sb, opts->rootcontext, &rootcontext_sid);
rootcontext      1022 security/selinux/hooks.c 		if (opts->rootcontext)
rootcontext      1024 security/selinux/hooks.c 		opts->rootcontext = s;
rootcontext      2709 security/selinux/hooks.c 	if (opts->rootcontext) {
rootcontext      2712 security/selinux/hooks.c 		rc = parse_sid(sb, opts->rootcontext, &sid);
rootcontext      2810 security/selinux/hooks.c 	if (src->rootcontext) {
rootcontext      2811 security/selinux/hooks.c 		opts->rootcontext = kstrdup(src->rootcontext, GFP_KERNEL);
rootcontext      2812 security/selinux/hooks.c 		if (!opts->rootcontext)