Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h357 int security_inode_removexattr(struct dentry *dentry, const char *name);
865 static inline int security_inode_removexattr(struct dentry *dentry, in security_inode_removexattr() function
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c465 error = security_inode_removexattr(dentry, name); in __vfs_removexattr_locked()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1317 int security_inode_removexattr(struct dentry *dentry, const char *name) in security_inode_removexattr() function