Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dxattr.c68 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
210 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_volume_xattr()
/openbmc/linux/include/linux/
H A Dxattr.h85 int vfs_setxattr(struct mnt_idmap *, struct dentry *, const char *,
/openbmc/linux/fs/
H A Dxattr.c305 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr() function
336 EXPORT_SYMBOL_GPL(vfs_setxattr);
630 return vfs_setxattr(idmap, dentry, ctx->kname->name, in do_setxattr()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h299 int err = vfs_setxattr(ovl_upper_mnt_idmap(ofs), dentry, name, in ovl_do_setxattr()
/openbmc/linux/fs/smb/server/
H A Dvfs.c943 err = vfs_setxattr(idmap, in ksmbd_vfs_setxattr()