Home
last modified time | relevance | path

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

/fs/
Dxattr.c367 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function
379 EXPORT_SYMBOL(__vfs_removexattr);
396 error = __vfs_removexattr(dentry, name); in vfs_removexattr()
/fs/ecryptfs/
Dinode.c1091 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()