Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlsm_hook_defs.h55 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_delete, struct super_block *sb)
63 LSM_HOOK(void, LSM_RET_VOID, sb_free_security, struct super_block *sb)
64 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts)
113 LSM_HOOK(void, LSM_RET_VOID, inode_free_security, struct inode *inode)
142 LSM_HOOK(void, LSM_RET_VOID, inode_post_setxattr, struct dentry *dentry,
157 LSM_HOOK(void, LSM_RET_VOID, inode_getsecid, struct inode *inode, u32 *secid)
164 LSM_HOOK(void, LSM_RET_VOID, file_free_security, struct file *file)
175 LSM_HOOK(void, LSM_RET_VOID, file_set_fowner, struct file *file)
[all …]
Dlsm_hooks.h1633 #define LSM_RET_VOID ((void) 0) macro