Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dxattr.h56 int __vfs_setxattr(struct user_namespace *, struct dentry *, struct inode *,
/Linux-v6.1/fs/
Dxattr.c169 __vfs_setxattr(struct user_namespace *mnt_userns, struct dentry *dentry, in __vfs_setxattr() function
185 EXPORT_SYMBOL(__vfs_setxattr);
216 error = __vfs_setxattr(mnt_userns, dentry, inode, name, value, in __vfs_setxattr_noperm()
/Linux-v6.1/fs/ecryptfs/
Dmmap.c431 rc = __vfs_setxattr(&init_user_ns, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1108 rc = __vfs_setxattr(&init_user_ns, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()
/Linux-v6.1/security/smack/
Dsmack_lsm.c3442 rc = __vfs_setxattr(&init_user_ns, dp, inode, in smack_d_instantiate()