Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Dxattr.c61 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
177 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
219 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/Linux-v4.19/fs/overlayfs/
Dutil.c546 res = vfs_getxattr(dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
563 res = vfs_getxattr(dentry, name, &val, 1); in ovl_check_dir_xattr()
841 res = vfs_getxattr(dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
875 res = vfs_getxattr(dentry, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
889 res = vfs_getxattr(dentry, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
Dinode.c337 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
377 res = vfs_getxattr(realdentry, name, value, size); in ovl_xattr_get()
675 err = vfs_getxattr(upperdentry, OVL_XATTR_NLINK, &buf, sizeof(buf) - 1); in ovl_get_nlink()
Dcopy_up.c83 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
85 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
Dnamei.c114 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_get_fh()
128 res = vfs_getxattr(dentry, name, fh, res); in ovl_get_fh()
/Linux-v4.19/include/linux/
Dxattr.h50 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/Linux-v4.19/fs/
Dxattr.c315 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
343 EXPORT_SYMBOL_GPL(vfs_getxattr);
537 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/Linux-v4.19/fs/nfsd/
Dvfs.c510 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()