Searched refs:__vfs_removexattr (Results 1 – 3 of 3) sorted by relevance
56 int __vfs_removexattr(struct dentry *, const char *);
403 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function415 EXPORT_SYMBOL(__vfs_removexattr);445 error = __vfs_removexattr(dentry, name); in __vfs_removexattr_locked()
1084 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()