Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsecurity.h1842 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd);
2244 static inline int security_inode_follow_link(struct dentry *dentry, in security_inode_follow_link() function
/linux-4.1.27/security/
Dsecurity.c584 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) in security_inode_follow_link() function
/linux-4.1.27/fs/
Dnamei.c892 error = security_inode_follow_link(link->dentry, nd); in follow_link()