Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Devm.h31 extern void evm_inode_post_removexattr(struct dentry *dentry,
86 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr() function
/linux-4.1.27/security/integrity/evm/
Devm_main.c392 void evm_inode_post_removexattr(struct dentry *dentry, const char *xattr_name) in evm_inode_post_removexattr() function
/linux-4.1.27/fs/
Dxattr.c311 evm_inode_post_removexattr(dentry, name); in vfs_removexattr()