Searched refs:__vfs_setxattr (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/ |
D | xattr.h | 52 int __vfs_setxattr(struct dentry *, struct inode *, const char *, const void *, size_t, int);
|
/linux-4.19.296/fs/ |
D | xattr.c | 137 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr() function 151 EXPORT_SYMBOL(__vfs_setxattr); 180 error = __vfs_setxattr(dentry, inode, name, value, size, flags); in __vfs_setxattr_noperm()
|
/linux-4.19.296/fs/ecryptfs/ |
D | mmap.c | 443 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|