Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dxattr.h56 int __vfs_removexattr(struct dentry *, const char *);
/linux-4.19.296/fs/
Dxattr.c403 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function
415 EXPORT_SYMBOL(__vfs_removexattr);
445 error = __vfs_removexattr(dentry, name); in __vfs_removexattr_locked()
/linux-4.19.296/fs/ecryptfs/
Dinode.c1084 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()