Searched refs:path_rmdir (Results 1 – 5 of 5) sorted by relevance
518 .path_rmdir = tomoyo_path_rmdir,
630 .path_rmdir = apparmor_path_rmdir,
1014 set_to_cap_if_null(ops, path_rmdir); in security_fixup_ops()
431 return security_ops->path_rmdir(dir, dentry); in security_path_rmdir()
1522 int (*path_rmdir) (struct path *dir, struct dentry *dentry); member