Searched refs:inode_post_setxattr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1540 void (*inode_post_setxattr)(struct dentry *dentry, const char *name, member 1846 struct hlist_head inode_post_setxattr; member
|
/Linux-v4.19/security/ |
D | security.c | 760 call_void_hook(inode_post_setxattr, dentry, name, value, size, flags); in security_inode_post_setxattr()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4682 LSM_HOOK_INIT(inode_post_setxattr, smack_inode_post_setxattr),
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 6952 LSM_HOOK_INIT(inode_post_setxattr, selinux_inode_post_setxattr),
|