Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Devm.h33 extern void evm_inode_post_removexattr(struct dentry *dentry,
94 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr() function
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_main.c464 void evm_inode_post_removexattr(struct dentry *dentry, const char *xattr_name) in evm_inode_post_removexattr() function
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c477 evm_inode_post_removexattr(dentry, name); in __vfs_removexattr_locked()