Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
554 char *atptrf = NULL; in get_snapshot_names() local579 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()580 ASSERT(atptrf != NULL); in get_snapshot_names()581 fdslen = atptrf - fromsnap; in get_snapshot_names()595 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()597 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()657 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()