Searched refs:LSM_RET_VOID (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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) 62 LSM_HOOK(void, LSM_RET_VOID, sb_free_security, struct super_block *sb) 63 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts) 112 LSM_HOOK(void, LSM_RET_VOID, inode_free_security, struct inode *inode) 138 LSM_HOOK(void, LSM_RET_VOID, inode_post_setxattr, struct dentry *dentry, 151 LSM_HOOK(void, LSM_RET_VOID, inode_getsecid, struct inode *inode, u32 *secid) 158 LSM_HOOK(void, LSM_RET_VOID, file_free_security, struct file *file) 172 LSM_HOOK(void, LSM_RET_VOID, file_set_fowner, struct file *file) 179 LSM_HOOK(void, LSM_RET_VOID, task_free, struct task_struct *task) [all …]
|
D | lsm_hooks.h | 1579 #define LSM_RET_VOID ((void) 0) macro
|