Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h346 int security_inode_follow_link(struct dentry *dentry, struct inode *inode,
821 static inline int security_inode_follow_link(struct dentry *dentry, in security_inode_follow_link() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1235 int security_inode_follow_link(struct dentry *dentry, struct inode *inode, in security_inode_follow_link() function
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c1736 error = security_inode_follow_link(link->dentry, inode, in pick_link()