Searched refs:vfs_removexattr (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dxattr.h48 int vfs_removexattr(struct dentry *, const char *);
/linux-4.4.14/fs/cachefiles/
H A Dxattr.c311 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); cachefiles_remove_object_xattr()
/linux-4.4.14/fs/overlayfs/
H A Doverlayfs.h104 int err = vfs_removexattr(dentry, name); ovl_do_removexattr()
H A Dinode.c330 err = vfs_removexattr(realpath.dentry, name); ovl_removexattr()
/linux-4.4.14/fs/
H A Dxattr.c287 vfs_removexattr(struct dentry *dentry, const char *name) vfs_removexattr() function
315 EXPORT_SYMBOL_GPL(vfs_removexattr); variable
612 return vfs_removexattr(d, kname); removexattr()
/linux-4.4.14/security/integrity/evm/
H A Devm_main.c393 * vfs_removexattr() which takes the i_mutex.

Completed in 158 milliseconds