Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c522 sbsec->flags |= SE_SBINITIALIZED; in sb_finish_set_opts()
568 if (sbsec->flags & SE_SBINITIALIZED) in bad_option()
576 if (!(sbsec->flags & SE_SBINITIALIZED)) in bad_option()
643 if ((sbsec->flags & SE_SBINITIALIZED) && (sb->s_type->fs_flags & FS_BINARY_MOUNTDATA) in selinux_set_mnt_opts()
693 if (sbsec->flags & SE_SBINITIALIZED) { in selinux_set_mnt_opts()
895 BUG_ON(!(oldsbsec->flags & SE_SBINITIALIZED)); in selinux_sb_clone_mnt_opts()
898 if (newsbsec->flags & SE_SBINITIALIZED) { in selinux_sb_clone_mnt_opts()
1064 if (!(sbsec->flags & SE_SBINITIALIZED)) in selinux_sb_show_options()
1414 if (!(sbsec->flags & SE_SBINITIALIZED)) { in inode_doinit_with_dentry()
1766 if ((sbsec->flags & SE_SBINITIALIZED) && in selinux_determine_inode_label()
[all …]
/OK3568_Linux_fs/kernel/security/selinux/include/
H A Dsecurity.h62 #define SE_SBINITIALIZED 0x0100 macro