Home
last modified time | relevance | path

Searched refs:fsnlen (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c521 int fdslen, fsnlen; in get_snapshot_names() local
566 fsnlen = strlen(fromsnap) - fdslen; /* includes @ sign */ in get_snapshot_names()
569 if (fsnlen <= 1 || tsnlen == 1 || (fdslen == 0 && tdslen == 0)) { in get_snapshot_names()
593 if (strncmp(origin, fromsnap, fsnlen) == 0) in get_snapshot_names()