Searched refs:LSM_RET_DEFAULT (Results 1 – 1 of 1) sorted by relevance
929 #define LSM_RET_DEFAULT(NAME) (NAME##_default) macro932 static const int __maybe_unused LSM_RET_DEFAULT(NAME) = (DEFAULT);965 if (R != LSM_RET_DEFAULT(HOOK)) \973 int RC = LSM_RET_DEFAULT(HOOK); \1619 int rc = mnt_opts ? -EOPNOTSUPP : LSM_RET_DEFAULT(sb_set_mnt_opts); in security_sb_set_mnt_opts()1624 if (rc != LSM_RET_DEFAULT(sb_set_mnt_opts)) in security_sb_set_mnt_opts()2679 return LSM_RET_DEFAULT(inode_getsecurity); in security_inode_getsecurity()2704 return LSM_RET_DEFAULT(inode_setsecurity); in security_inode_setsecurity()2780 if (rc != LSM_RET_DEFAULT(inode_copy_up_xattr)) in security_inode_copy_up_xattr()2783 return LSM_RET_DEFAULT(inode_copy_up_xattr); in security_inode_copy_up_xattr()[all …]