Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
519 char *atptrf = NULL; in get_snapshot_names() local546 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()547 ASSERT(atptrf != NULL); in get_snapshot_names()548 fdslen = atptrf - fromsnap; in get_snapshot_names()562 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()564 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()623 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()