Home
last modified time | relevance | path

Searched refs:__vfs_removexattr (Results 1 – 2 of 2) sorted by relevance

/fs/
Dxattr.c431 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function
443 EXPORT_SYMBOL(__vfs_removexattr);
473 error = __vfs_removexattr(dentry, name); in __vfs_removexattr_locked()
/fs/ecryptfs/
Dinode.c1099 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()