Searched refs:vfs_setxattr (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/cachefiles/ |
D | xattr.c | 46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type() 117 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr() 146 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr() 276 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/Linux-v4.19/include/linux/ |
D | xattr.h | 54 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
/Linux-v4.19/fs/ |
D | xattr.c | 208 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function 229 EXPORT_SYMBOL_GPL(vfs_setxattr); 450 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
|
/Linux-v4.19/fs/overlayfs/ |
D | overlayfs.h | 154 int err = vfs_setxattr(dentry, name, value, size, flags); in ovl_do_setxattr()
|
D | inode.c | 352 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
|
D | copy_up.c | 112 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
|
D | dir.c | 427 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
|
/Linux-v4.19/fs/ecryptfs/ |
D | inode.c | 1012 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|