__vfs_getxattr
return __vfs_getxattr(dentry, inode, name__str, value, value_len);
rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size);
size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME,
EXPORT_SYMBOL(__vfs_getxattr);
return __vfs_getxattr(dentry, inode, name, value, size);
ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0);
size = __vfs_getxattr((struct dentry *)dentry, inode,
error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0);
rc = __vfs_getxattr(dentry, d_backing_inode(dentry),
rc = __vfs_getxattr(dentry,
rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len);
rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0);
rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX,
rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0);
rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL);
rc = __vfs_getxattr(dp, inode,