Searched refs:fsverity_elide_patch (Results 1 – 2 of 2) sorted by relevance
20 struct fsverity_elide_patch { struct31 static struct fsverity_elide_patch *parse_elide_option(const char *optarg) in parse_elide_option() argument33 struct fsverity_elide_patch *ext = NULL; in parse_elide_option()67 static struct fsverity_elide_patch *parse_patch_option(const char *optarg) in parse_patch_option()69 struct fsverity_elide_patch *ext = NULL; in parse_patch_option()118 const struct fsverity_elide_patch *ext1, *ext2; in cmp_elide_patch_exts()120 ext1 = *(const struct fsverity_elide_patch **)_p1; in cmp_elide_patch_exts()121 ext2 = *(const struct fsverity_elide_patch **)_p2; in cmp_elide_patch_exts()139 struct fsverity_elide_patch **exts; in load_elisions_and_patches()203 struct fsverity_elide_patch **exts = params->elisions_and_patches; in apply_elisions_and_patches()[all …]
17 struct fsverity_elide_patch **elisions_and_patches;