Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1533 int (*inode_follow_link)(struct dentry *dentry, struct inode *inode, member
1841 struct hlist_head inode_follow_link; member
/Linux-v4.19/security/
Dsecurity.c701 return call_int_hook(inode_follow_link, 0, dentry, inode, rcu); in security_inode_follow_link()
/Linux-v4.19/security/selinux/
Dhooks.c6947 LSM_HOOK_INIT(inode_follow_link, selinux_inode_follow_link),