Searched refs:security_inode_follow_link (Results 1 – 3 of 3) sorted by relevance
1842 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
584 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) in security_inode_follow_link() function
892 error = security_inode_follow_link(link->dentry, nd); in follow_link()