Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinit.c187 error = security_path_link(old_path.dentry, &new_path, new_dentry); in init_link()
H A Dnamei.c4230 error = security_path_link(old_path.dentry, &new_path, new_dentry); in do_linkat()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1741 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1783 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1101 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() function