Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1571 int (*inode_follow_link)(struct dentry *dentry, struct inode *inode, member
1888 struct hlist_head inode_follow_link; member
/Linux-v5.4/security/
Dsecurity.c1195 return call_int_hook(inode_follow_link, 0, dentry, inode, rcu); in security_inode_follow_link()
/Linux-v5.4/security/selinux/
Dhooks.c6852 LSM_HOOK_INIT(inode_follow_link, selinux_inode_follow_link),