Home
last modified time | relevance | path

Searched refs:__vfs_setxattr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dxattr.h78 int __vfs_setxattr(struct mnt_idmap *, struct dentry *, struct inode *,
/openbmc/linux/fs/
H A Dxattr.c185 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr() function
204 EXPORT_SYMBOL(__vfs_setxattr);
235 error = __vfs_setxattr(idmap, dentry, inode, name, value, in __vfs_setxattr_noperm()
/openbmc/linux/fs/ecryptfs/
H A Dmmap.c430 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
H A Dcrypto.c1084 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()