tomoyo_path2_perm 988 security/tomoyo/common.h int tomoyo_path2_perm(const u8 operation, const struct path *path1, tomoyo_path2_perm 264 security/tomoyo/tomoyo.c return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); tomoyo_path2_perm 285 security/tomoyo/tomoyo.c return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); tomoyo_path2_perm 428 security/tomoyo/tomoyo.c return tomoyo_path2_perm(TOMOYO_TYPE_PIVOT_ROOT, new_path, old_path);