Searched refs:__vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | xattr.h | 62 int __vfs_setxattr(struct mnt_idmap *, struct dentry *, struct inode *,
|
/linux-6.3-rc2/fs/ |
A D | xattr.c | 187 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr() function 206 EXPORT_SYMBOL(__vfs_setxattr); 237 error = __vfs_setxattr(idmap, dentry, inode, name, value, in __vfs_setxattr_noperm()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | mmap.c | 431 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
|
A D | crypto.c | 1084 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()
|
/linux-6.3-rc2/security/smack/ |
A D | smack_lsm.c | 3510 rc = __vfs_setxattr(&nop_mnt_idmap, dp, inode, in smack_d_instantiate()
|
Completed in 18 milliseconds