Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsecurity.h1664 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1706 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() function
/Linux-v5.4/security/
Dsecurity.c1056 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() function
/Linux-v5.4/fs/
Dnamei.c4298 error = security_path_link(old_path.dentry, &new_path, new_dentry); in do_linkat()