Home
last modified time | relevance | path

Searched refs:security_inode_removexattr (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dsecurity.h312 int security_inode_removexattr(struct dentry *dentry, const char *name);
772 static inline int security_inode_removexattr(struct dentry *dentry, in security_inode_removexattr() function
/linux-4.19.296/fs/
Dxattr.c437 error = security_inode_removexattr(dentry, name); in __vfs_removexattr_locked()