Searched refs:security_path_rmdir (Results 1 – 3 of 3) sorted by relevance
3017 int security_path_rmdir(struct path *dir, struct dentry *dentry);3043 static inline int security_path_rmdir(struct path *dir, struct dentry *dentry) in security_path_rmdir() function
427 int security_path_rmdir(struct path *dir, struct dentry *dentry) in security_path_rmdir() function
3703 error = security_path_rmdir(&nd.path, dentry); in do_rmdir()