Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/fs/overlayfs/
Dutil.c542 res = vfs_getxattr(dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
559 res = vfs_getxattr(dentry, name, &val, 1); in ovl_check_dir_xattr()
846 res = vfs_getxattr(dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
881 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_getxattr()
893 res = vfs_getxattr(dentry, name, buf, res); in ovl_getxattr()
Dinode.c334 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
374 res = vfs_getxattr(realdentry, name, value, size); in ovl_xattr_get()
673 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()
Dnamei.c112 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_get_fh()
126 res = vfs_getxattr(dentry, name, fh, res); in ovl_get_fh()
/Linux-v5.4/include/linux/
Dxattr.h50 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/Linux-v5.4/fs/
Dxattr.c316 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()
/Linux-v5.4/fs/nfsd/
Dvfs.c496 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()