Searched defs:firstsnap (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c294 lzc_snaprange_space(const char *firstsnap, const char *lastsnap, argument
304 (void) strlcpy(fs, firstsnap, sizeof (fs));
311 fnvlist_add_string(args, "firstsnap", firstsnap);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c3512 * Return (in *usedp) the amount of space that will be reclaimed if firstsnap,
3517 * firstsnap lastsnap
3519 * This is the set of blocks that were born after the snap before firstsnap,
3520 * (birth > firstsnap->prev_snap_txg) and died before the snap after the
3523 * after lastsnap, backward to the snap after firstsnap), summing up the
3524 * space on the deadlist that was born after the snap before firstsnap.
3527 dsl_dataset_space_wouldfree(dsl_dataset_t *firstsnap, argument
3533 dsl_pool_t *dp = firstsnap->ds_dir->dd_pool;
3535 ASSERT(firstsnap->ds_is_snapshot);
3539 * Check that the snapshots are in the same dsl_dir, and firstsnap
[all...]
H A Dzfs_ioctl.c5347 * "firstsnap" -> snapshot name
5362 char *firstsnap; local
5365 if (nvlist_lookup_string(innvl, "firstsnap", &firstsnap) != 0)
5381 error = dsl_dataset_hold(dp, firstsnap, FTAG, &old);

Completed in 1484 milliseconds