Searched refs:vfs_getxattr (Results 1 – 5 of 5) sorted by relevance
/fs/cachefiles/ |
D | xattr.c | 62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 178 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata() 219 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/fs/overlayfs/ |
D | copy_up.c | 54 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr() 56 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
|
D | inode.c | 258 return vfs_getxattr(realpath.dentry, name, value, size); in ovl_getxattr() 311 err = vfs_getxattr(realpath.dentry, name, NULL, 0); in ovl_removexattr()
|
/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); 454 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
|
/fs/nfsd/ |
D | vfs.c | 469 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
|