Home
last modified time | relevance | path

Searched refs:security_path_link (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dinit.c187 error = security_path_link(old_path.dentry, &new_path, new_dentry); in init_link()
Dnamei.c4152 error = security_path_link(old_path.dentry, &new_path, new_dentry); in do_linkat()
/kernel/linux/linux-5.10/include/linux/
Dsecurity.h1733 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1775 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() function
/kernel/linux/linux-5.10/security/
Dsecurity.c1129 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() function