Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsecurity.h441 void security_inode_post_removexattr(struct dentry *dentry, const char *name);
1041 static inline void security_inode_post_removexattr(struct dentry *dentry, in security_inode_post_removexattr() function
/linux/fs/
H A Dxattr.c558 security_inode_post_removexattr(dentry, name); in __vfs_removexattr_locked()
/linux/security/
H A Dsecurity.c2613 void security_inode_post_removexattr(struct dentry *dentry, const char *name) in security_inode_post_removexattr() function