Searched refs:security_path_rename (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsecurity.h1924 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
1975 static inline int security_path_rename(const struct path *old_dir, function
/linux-master/fs/cachefiles/
H A Dnamei.c382 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0);
/linux-master/security/
H A Dsecurity.c1898 * security_path_rename() - Check if renaming a file is allowed
1909 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, function
1921 EXPORT_SYMBOL(security_path_rename); variable
/linux-master/fs/
H A Dnamei.c5024 error = security_path_rename(&old_path, old_dentry,

Completed in 143 milliseconds