Home
last modified time | relevance | path

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

/fs/cachefiles/
Dxattr.c62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
178 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
219 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/fs/overlayfs/
Dcopy_up.c54 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
56 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
Dinode.c258 return vfs_getxattr(realpath.dentry, name, value, size); in ovl_getxattr()
311 err = vfs_getxattr(realpath.dentry, name, NULL, 0); in ovl_removexattr()
/fs/
Dxattr.c231 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
264 EXPORT_SYMBOL_GPL(vfs_getxattr);
454 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/fs/nfsd/
Dvfs.c469 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()