Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsecurity.h3023 int security_path_link(struct dentry *old_dentry, struct path *new_dir,
3065 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() function
/linux-4.1.27/security/
Dsecurity.c450 int security_path_link(struct dentry *old_dentry, struct path *new_dir, in security_path_link() function
/linux-4.1.27/fs/
Dnamei.c4058 error = security_path_link(old_path.dentry, &new_path, new_dentry); in SYSCALL_DEFINE5()