Searched refs:__vfs_getxattr (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | xattr.h | 49 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
|
/Linux-v4.19/fs/ |
D | xattr.c | 300 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr() function 312 EXPORT_SYMBOL(__vfs_getxattr); 341 return __vfs_getxattr(dentry, inode, name, value, size); in vfs_getxattr()
|
/Linux-v4.19/security/integrity/evm/ |
D | evm_main.c | 106 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0); in evm_find_protected_xattrs()
|
/Linux-v4.19/fs/ecryptfs/ |
D | mmap.c | 438 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|
D | inode.c | 1030 rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size); in ecryptfs_getxattr_lower()
|
/Linux-v4.19/security/ |
D | commoncap.c | 307 error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0); in cap_inode_need_killpriv() 595 size = __vfs_getxattr((struct dentry *)dentry, inode, in get_vfs_caps_from_disk()
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 539 rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0); in sb_finish_set_opts() 1602 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len); in inode_doinit_with_dentry() 1607 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0); in inode_doinit_with_dentry() 1620 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len); in inode_doinit_with_dentry()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 277 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch() 3526 rc = __vfs_getxattr(dp, inode, in smack_d_instantiate()
|