Home
last modified time | relevance | path

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

/fs/cachefiles/
Dxattr.c62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
184 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/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);
465 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/fs/nfsd/
Dvfs.c453 buflen = vfs_getxattr(dentry, key, NULL, 0); in nfsd_getxattr()
461 ret = vfs_getxattr(dentry, key, *buf, buflen); in nfsd_getxattr()
620 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()