Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
543 const char *atptrf = NULL; in get_snapshot_names() local570 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()571 ASSERT(atptrf != NULL); in get_snapshot_names()572 fdslen = atptrf - fromsnap; in get_snapshot_names()586 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()588 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()644 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()