Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dxattr.h82 int __vfs_setxattr(struct mnt_idmap *, struct dentry *, struct inode *,
/linux-6.15/fs/
H A Dbpf_fs_kfuncs.c220 ret = __vfs_setxattr(&nop_mnt_idmap, dentry, inode, name__str, in bpf_set_dentry_xattr_locked()
H A Dxattr.c184 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr() function
203 EXPORT_SYMBOL(__vfs_setxattr);
234 error = __vfs_setxattr(idmap, dentry, inode, name, value, in __vfs_setxattr_noperm()
/linux-6.15/fs/ecryptfs/
H A Dmmap.c407 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
H A Dcrypto.c1087 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()