Lines Matching defs:context_sid
608 u32 fscontext_sid = 0, context_sid = 0, rootcontext_sid = 0;
666 rc = parse_sid(sb, opts->context, &context_sid);
670 context_sid))
739 if (context_sid || fscontext_sid || rootcontext_sid ||
771 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) {
776 if (context_sid) {
778 rc = may_context_mount_sb_relabel(context_sid, sbsec,
782 sbsec->sid = context_sid;
784 rc = may_context_mount_inode_relabel(context_sid, sbsec,
790 rootcontext_sid = context_sid;
792 sbsec->mntpoint_sid = context_sid;