Searched refs:LSM_RET_VOID (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | lsm_hook_defs.h | 55 LSM_HOOK(void, LSM_RET_VOID, bprm_committing_creds, struct linux_binprm *bprm) 56 LSM_HOOK(void, LSM_RET_VOID, bprm_committed_creds, struct linux_binprm *bprm) 63 LSM_HOOK(void, LSM_RET_VOID, sb_delete, struct super_block *sb) 64 LSM_HOOK(void, LSM_RET_VOID, sb_free_security, struct super_block *sb) 65 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts) 114 LSM_HOOK(void, LSM_RET_VOID, inode_free_security, struct inode *inode) 143 LSM_HOOK(void, LSM_RET_VOID, inode_post_setxattr, struct dentry *dentry, 164 LSM_HOOK(void, LSM_RET_VOID, inode_getsecid, struct inode *inode, u32 *secid) 171 LSM_HOOK(void, LSM_RET_VOID, file_free_security, struct file *file) 184 LSM_HOOK(void, LSM_RET_VOID, file_set_fowner, struct file *file) [all …]
|
D | lsm_hooks.h | 92 #define LSM_RET_VOID ((void) 0) macro
|