Lines Matching refs:oldsbsec
906 const struct superblock_security_struct *oldsbsec =
910 int set_fscontext = (oldsbsec->flags & FSCONTEXT_MNT);
911 int set_context = (oldsbsec->flags & CONTEXT_MNT);
912 int set_rootcontext = (oldsbsec->flags & ROOTCONTEXT_MNT);
936 BUG_ON(!(oldsbsec->flags & SE_SBINITIALIZED));
946 newsbsec->flags = oldsbsec->flags;
948 newsbsec->sid = oldsbsec->sid;
949 newsbsec->def_sid = oldsbsec->def_sid;
950 newsbsec->behavior = oldsbsec->behavior;
965 u32 sid = oldsbsec->mntpoint_sid;