Home
last modified time | relevance | path

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

/fs/cachefiles/
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()
/fs/overlayfs/
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()
797 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_getxattr()
806 res = vfs_getxattr(dentry, name, buf, res); in ovl_getxattr()
Dinode.c350 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
/fs/
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()
/fs/incfs/
Dvfs.c294 bytes_read = vfs_getxattr(backing_dentry, INCFS_XATTR_SIZE_NAME, in read_size_attr()
306 return vfs_getxattr(backing_dentry, INCFS_XATTR_VERITY_NAME, NULL, 0) in read_verity_attr()
1136 uuid_size = vfs_getxattr(backing_dentry, INCFS_XATTR_ID_NAME, in file_delete()
1695 return vfs_getxattr(di->backing_path.dentry, name, value, size); in incfs_getxattr()
Dpseudo_files.c815 error = vfs_getxattr(source_file_dentry, INCFS_XATTR_SIZE_NAME, in ioctl_create_mapped_file()
/fs/nfsd/
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()