Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
557 char *atptrf = NULL; in get_snapshot_names() local582 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()583 ASSERT(atptrf != NULL); in get_snapshot_names()584 fdslen = atptrf - fromsnap; in get_snapshot_names()598 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()600 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()660 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()