fscontext         396 security/selinux/hooks.c 	const char *fscontext, *context, *rootcontext, *defcontext;
fscontext         402 security/selinux/hooks.c 	kfree(opts->fscontext);
fscontext         431 security/selinux/hooks.c 	A(fscontext, true),
fscontext         704 security/selinux/hooks.c 		if (opts->fscontext) {
fscontext         705 security/selinux/hooks.c 			rc = parse_sid(sb, opts->fscontext, &fscontext_sid);
fscontext        1017 security/selinux/hooks.c 		if (opts->fscontext)
fscontext        1019 security/selinux/hooks.c 		opts->fscontext = s;
fscontext        2695 security/selinux/hooks.c 	if (opts->fscontext) {
fscontext        2696 security/selinux/hooks.c 		rc = parse_sid(sb, opts->fscontext, &sid);
fscontext        2800 security/selinux/hooks.c 	if (src->fscontext) {
fscontext        2801 security/selinux/hooks.c 		opts->fscontext = kstrdup(src->fscontext, GFP_KERNEL);
fscontext        2802 security/selinux/hooks.c 		if (!opts->fscontext)