Searched refs:__vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | xattr.h | 52 int __vfs_setxattr(struct dentry *, struct inode *, const char *, const void *, size_t, int);
|
/Linux-v5.4/fs/ |
D | xattr.c | 138 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr() function 152 EXPORT_SYMBOL(__vfs_setxattr); 181 error = __vfs_setxattr(dentry, inode, name, value, size, flags); in __vfs_setxattr_noperm()
|
/Linux-v5.4/fs/ecryptfs/ |
D | mmap.c | 429 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|
D | crypto.c | 1126 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_metadata_to_xattr()
|
/Linux-v5.4/security/smack/ |
D | smack_lsm.c | 3436 rc = __vfs_setxattr(dp, inode, in smack_d_instantiate()
|