Home
last modified time | relevance | path

Searched refs:vfs_getxattr (Results 1 – 6 of 6) 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/
Dxattr.c340 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
344 EXPORT_SYMBOL_GPL(vfs_getxattr);
538 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/fs/overlayfs/
Dinode.c340 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
680 err = vfs_getxattr(upperdentry, OVL_XATTR_NLINK, &buf, sizeof(buf) - 1); in ovl_get_nlink()
Dcopy_up.c80 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
82 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
/fs/incfs/
Dvfs.c315 bytes_read = vfs_getxattr(backing_dentry, INCFS_XATTR_SIZE_NAME, in read_size_attr()
1578 uuid_size = vfs_getxattr(backing_dentry, INCFS_XATTR_ID_NAME, in final_file_delete()
2023 return vfs_getxattr(di->backing_path.dentry, name, value, size); in incfs_getxattr()
/fs/nfsd/
Dvfs.c496 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()