Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dxattr.h48 int vfs_removexattr(struct dentry *, const char *);
/linux-4.4.14/fs/
Dxattr.c287 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function
315 EXPORT_SYMBOL_GPL(vfs_removexattr);
612 return vfs_removexattr(d, kname); in removexattr()
/linux-4.4.14/fs/cachefiles/
Dxattr.c311 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/linux-4.4.14/fs/overlayfs/
Doverlayfs.h104 int err = vfs_removexattr(dentry, name); in ovl_do_removexattr()
Dinode.c330 err = vfs_removexattr(realpath.dentry, name); in ovl_removexattr()