Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/include/linux/
Dxattr.h51 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/Linux-v5.10/fs/overlayfs/
Dcopy_up.c88 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
90 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
794 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_getxattr()
803 res = vfs_getxattr(dentry, name, buf, res); in ovl_getxattr()
Dinode.c349 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
389 res = vfs_getxattr(realdentry, name, value, size); in ovl_xattr_get()
Doverlayfs.h187 return vfs_getxattr(dentry, name, value, size); in ovl_do_getxattr()
/Linux-v5.10/fs/
Dxattr.c380 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
408 EXPORT_SYMBOL_GPL(vfs_getxattr);
635 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/Linux-v5.10/fs/nfsd/
Dvfs.c502 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
2141 len = vfs_getxattr(dentry, name, NULL, 0); in nfsd_getxattr()
2168 len = vfs_getxattr(dentry, name, buf, len); in nfsd_getxattr()