Searched refs:__vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | xattr.h | 82 int __vfs_setxattr(struct mnt_idmap *, struct dentry *, struct inode *,
|
| /linux-6.15/fs/ |
| H A D | bpf_fs_kfuncs.c | 220 ret = __vfs_setxattr(&nop_mnt_idmap, dentry, inode, name__str, in bpf_set_dentry_xattr_locked()
|
| H A D | xattr.c | 184 __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 D | mmap.c | 407 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
|
| H A D | crypto.c | 1087 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()
|