Lines Matching refs:oldsbsec
874 const struct superblock_security_struct *oldsbsec = oldsb->s_security;
877 int set_fscontext = (oldsbsec->flags & FSCONTEXT_MNT);
878 int set_context = (oldsbsec->flags & CONTEXT_MNT);
879 int set_rootcontext = (oldsbsec->flags & ROOTCONTEXT_MNT);
896 BUG_ON(!(oldsbsec->flags & SE_SBINITIALIZED));
907 newsbsec->flags = oldsbsec->flags;
909 newsbsec->sid = oldsbsec->sid;
910 newsbsec->def_sid = oldsbsec->def_sid;
911 newsbsec->behavior = oldsbsec->behavior;
926 u32 sid = oldsbsec->mntpoint_sid;