Home
last modified time | relevance | path

Searched refs:inode_getxattr (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dlsm_hooks.h1543 int (*inode_getxattr)(struct dentry *dentry, const char *name); member
1847 struct hlist_head inode_getxattr; member
/Linux-v4.19/security/
Dsecurity.c768 return call_int_hook(inode_getxattr, 0, dentry, name); in security_inode_getxattr()
/Linux-v4.19/security/smack/
Dsmack_lsm.c4683 LSM_HOOK_INIT(inode_getxattr, smack_inode_getxattr),
/Linux-v4.19/security/selinux/
Dhooks.c6953 LSM_HOOK_INIT(inode_getxattr, selinux_inode_getxattr),