Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinit.c189 error = security_path_link(old_path.dentry, &new_path, new_dentry); in init_link()
H A Dnamei.c4665 error = security_path_link(old_path.dentry, &new_path, new_dentry); in do_linkat()
/openbmc/linux/include/linux/
H A Dsecurity.h1842 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1884 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() function
/openbmc/linux/security/
H A Dsecurity.c1799 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() function