Searched refs:inode_setxattr (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | lsm_hooks.h | 1576 	int (*inode_setxattr)(struct dentry *dentry, const char *name,  member 1892 	struct hlist_head inode_setxattr;  member
  | 
| /Linux-v5.4/security/ | 
| D | security.c | 1236 	ret = call_int_hook(inode_setxattr, 1, dentry, name, value, size,  in security_inode_setxattr()
  | 
| /Linux-v5.4/security/smack/ | 
| D | smack_lsm.c | 4621 	LSM_HOOK_INIT(inode_setxattr, smack_inode_setxattr),
  | 
| /Linux-v5.4/security/selinux/ | 
| D | hooks.c | 6856 	LSM_HOOK_INIT(inode_setxattr, selinux_inode_setxattr),
  |