Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Dxattr.c61 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
175 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
216 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/linux-4.4.14/include/linux/
Dxattr.h44 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c52 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
54 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
Dinode.c269 return vfs_getxattr(realpath.dentry, name, value, size); in ovl_getxattr()
319 err = vfs_getxattr(realpath.dentry, name, NULL, 0); in ovl_removexattr()
/linux-4.4.14/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);
452 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/linux-4.4.14/fs/nfsd/
Dvfs.c470 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()