Lines Matching refs:LSM_RET_DEFAULT
929 #define LSM_RET_DEFAULT(NAME) (NAME##_default) macro
932 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()
3696 int rc = LSM_RET_DEFAULT(task_prctl); in security_task_prctl()
3701 if (thisrc != LSM_RET_DEFAULT(task_prctl)) { in security_task_prctl()
4172 return LSM_RET_DEFAULT(getselfattr); in security_getselfattr()
4199 int rc = LSM_RET_DEFAULT(setselfattr); in security_setselfattr()
4252 return LSM_RET_DEFAULT(getprocattr); in security_getprocattr()
4276 return LSM_RET_DEFAULT(setprocattr); in security_setprocattr()
5424 int rc = LSM_RET_DEFAULT(xfrm_state_pol_flow_match); in security_xfrm_state_pol_flow_match()