Searched refs:security_path_rename (Results 1 – 4 of 4) sorted by relevance
/linux/fs/cachefiles/ |
H A D | namei.c | 385 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0); in cachefiles_bury_object()
|
/linux/include/linux/ |
H A D | security.h | 2058 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, 2109 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() function
|
/linux/security/ |
H A D | security.c | 2017 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() function 2029 EXPORT_SYMBOL(security_path_rename);
|
/linux/fs/ |
H A D | namei.c | 5265 error = security_path_rename(&old_path, old_dentry, in do_renameat2()
|