Searched refs:vfs_getxattr (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/cachefiles/ |
D | xattr.c | 61 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/ |
D | util.c | 546 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()
|
D | inode.c | 337 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()
|
D | copy_up.c | 83 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr() 85 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
|
D | namei.c | 114 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/ |
D | xattr.h | 50 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
|
/Linux-v4.19/fs/ |
D | xattr.c | 315 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/ |
D | vfs.c | 510 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
|