Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dxattr.c57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
174 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
216 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c96 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
98 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
795 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_getxattr()
804 res = vfs_getxattr(dentry, name, buf, res); in ovl_getxattr()
H A Dinode.c350 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxattr.h52 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c404 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
408 EXPORT_SYMBOL_NS_GPL(vfs_getxattr, ANDROID_GKI_VFS_EXPORT_ONLY);
635 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c293 bytes_read = vfs_getxattr(backing_dentry, INCFS_XATTR_SIZE_NAME, in read_size_attr()
305 return vfs_getxattr(backing_dentry, INCFS_XATTR_VERITY_NAME, NULL, 0) in read_verity_attr()
1116 uuid_size = vfs_getxattr(backing_dentry, INCFS_XATTR_ID_NAME, in file_delete()
1675 return vfs_getxattr(di->backing_path.dentry, name, value, size); in incfs_getxattr()
H A Dpseudo_files.c815 error = vfs_getxattr(source_file_dentry, INCFS_XATTR_SIZE_NAME, in ioctl_create_mapped_file()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c502 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
2156 len = vfs_getxattr(dentry, name, NULL, 0); in nfsd_getxattr()
2183 len = vfs_getxattr(dentry, name, buf, len); in nfsd_getxattr()