Searched refs:security_inode_follow_link (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 345 int security_inode_follow_link(struct dentry *dentry, struct inode *inode, 815 static inline int security_inode_follow_link(struct dentry *dentry, in security_inode_follow_link() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | security.h | 354 int security_inode_follow_link(struct dentry *dentry, struct inode *inode, 848 static inline int security_inode_follow_link(struct dentry *dentry, in security_inode_follow_link() function
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 1263 int security_inode_follow_link(struct dentry *dentry, struct inode *inode, in security_inode_follow_link() function
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 2075 * security_inode_follow_link() - Check if following a symbolic link is allowed 2085 int security_inode_follow_link(struct dentry *dentry, struct inode *inode, in security_inode_follow_link() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1658 error = security_inode_follow_link(link->dentry, inode, in pick_link()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1791 error = security_inode_follow_link(link->dentry, inode, in pick_link()
|
Completed in 30 milliseconds