Home
last modified time | relevance | path

Searched refs:__vfs_getxattr (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/
Dxattr.h49 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
/Linux-v4.19/fs/
Dxattr.c300 __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/
Devm_main.c106 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0); in evm_find_protected_xattrs()
/Linux-v4.19/fs/ecryptfs/
Dmmap.c438 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
Dinode.c1030 rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size); in ecryptfs_getxattr_lower()
/Linux-v4.19/security/
Dcommoncap.c307 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/
Dhooks.c539 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/
Dsmack_lsm.c277 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch()
3526 rc = __vfs_getxattr(dp, inode, in smack_d_instantiate()