Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
531 char *atptrf = NULL; in get_snapshot_names() local558 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()559 ASSERT(atptrf != NULL); in get_snapshot_names()560 fdslen = atptrf - fromsnap; in get_snapshot_names()574 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()576 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()635 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()