Searched refs:gtnd (Results 1 – 1 of 1) sorted by relevance
2923 guid_to_name_data_t *gtnd = arg; in guid_to_name_cb() local2927 if (gtnd->skip != NULL && in guid_to_name_cb()2929 strcmp(slash + 1, gtnd->skip) == 0) { in guid_to_name_cb()2935 (gtnd->num_redact_snaps == -1 || redact_snaps_match(zhp, gtnd))) { in guid_to_name_cb()2942 if (err != EEXIST && gtnd->bookmark_ok) in guid_to_name_cb()2969 guid_to_name_data_t gtnd; in guid_to_name_redact_snaps() local2971 gtnd.guid = guid; in guid_to_name_redact_snaps()2972 gtnd.bookmark_ok = bookmark_ok; in guid_to_name_redact_snaps()2973 gtnd.name = name; in guid_to_name_redact_snaps()2974 gtnd.skip = NULL; in guid_to_name_redact_snaps()[all …]