Searched refs:security_path_rename (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 1743 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, 1790 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() function
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | namei.c | 411 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0); in cachefiles_bury_object()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1109 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() function 1127 EXPORT_SYMBOL(security_path_rename);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 4542 error = security_path_rename(&old_path, old_dentry, in do_renameat2()
|