Searched refs:SE_SBINITIALIZED (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dsecurity.h47 #define SE_SBINITIALIZED 0x10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c387 sbsec->flags |= (SE_SBINITIALIZED | SE_SBLABELSUPP);
453 if (!(sbsec->flags & SE_SBINITIALIZED))
534 if (sbsec->flags & SE_SBINITIALIZED)
542 if (!(sbsec->flags & SE_SBINITIALIZED))
593 if ((sbsec->flags & SE_SBINITIALIZED) && (sb->s_type->fs_flags & FS_BINARY_MOUNTDATA)
660 if (sbsec->flags & SE_SBINITIALIZED) {
770 BUG_ON(!(oldsbsec->flags & SE_SBINITIALIZED));
773 if (newsbsec->flags & SE_SBINITIALIZED)
1183 if (!(sbsec->flags & SE_SBINITIALIZED)) {
2532 if ((sbsec->flags & SE_SBINITIALIZED)
[all...]

Completed in 72 milliseconds