Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxattr.h82 int __vfs_setxattr(struct mnt_idmap *, struct dentry *, struct inode *,
/linux/fs/
H A Dbpf_fs_kfuncs.c221 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/fs/ecryptfs/
H A Dmmap.c407 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()