Searched refs:vfs_getxattr (Results 1 – 3 of 3) sorted by relevance
/fs/cachefiles/ |
D | xattr.c | 62 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/ |
D | xattr.c | 231 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/ |
D | vfs.c | 453 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()
|