inode_post_setxattr 1578 include/linux/lsm_hooks.h 	void (*inode_post_setxattr)(struct dentry *dentry, const char *name,
inode_post_setxattr 1893 include/linux/lsm_hooks.h 	struct hlist_head inode_post_setxattr;
inode_post_setxattr 1254 security/security.c 	call_void_hook(inode_post_setxattr, dentry, name, value, size, flags);
inode_post_setxattr 6891 security/selinux/hooks.c 	LSM_HOOK_INIT(inode_post_setxattr, selinux_inode_post_setxattr),
inode_post_setxattr 4610 security/smack/smack_lsm.c 	LSM_HOOK_INIT(inode_post_setxattr, smack_inode_post_setxattr),