Searched refs:vfs_setxattr (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/fs/cachefiles/ |
| D | xattr.c | 42 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/ |
| D | xattr.h | 56 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
| /Linux-v5.10/fs/ |
| D | xattr.c | 274 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/ |
| D | copy_up.c | 117 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()
|
| D | overlayfs.h | 195 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
|
| D | inode.c | 364 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
|
| D | dir.c | 452 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
|
| /Linux-v5.10/fs/ecryptfs/ |
| D | inode.c | 1025 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|