Home
last modified time | relevance | path

Searched refs:vfs_setxattr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/fs/cachefiles/
Dxattr.c42 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type()
113 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
143 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr()
273 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/Linux-v5.10/include/linux/
Dxattr.h56 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/Linux-v5.10/fs/
Dxattr.c274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function
294 EXPORT_SYMBOL_GPL(vfs_setxattr);
548 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
/Linux-v5.10/fs/overlayfs/
Dcopy_up.c117 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
845 err = vfs_setxattr(upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
Doverlayfs.h195 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
Dinode.c364 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
Ddir.c452 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
/Linux-v5.10/fs/ecryptfs/
Dinode.c1025 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()