Home
last modified time | relevance | path

Searched refs:security_inode_getxattr (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/bpf/
H A Dfs_kfuncs.rst21 the latter calls LSM hook ``security_inode_getxattr``.
/linux/fs/
H A Dxattr.c438 error = security_inode_getxattr(dentry, name); in vfs_getxattr()
/linux/security/
H A Dsecurity.c2543 int security_inode_getxattr(struct dentry *dentry, const char *name) in security_inode_getxattr() function