Searched refs:vfs_setxattr (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/cachefiles/ |
D | xattr.c | 46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type() 116 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr() 144 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr() 272 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/linux-4.1.27/include/linux/ |
D | xattr.h | 43 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
/linux-4.1.27/fs/ |
D | xattr.c | 122 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function 143 EXPORT_SYMBOL_GPL(vfs_setxattr); 358 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
|
/linux-4.1.27/fs/overlayfs/ |
D | overlayfs.h | 96 int err = vfs_setxattr(dentry, name, value, size, flags); in ovl_do_setxattr()
|
D | inode.c | 245 err = vfs_setxattr(upperdentry, name, value, size, flags); in ovl_setxattr()
|
D | copy_up.c | 74 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 1031 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|