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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c97 * returns the datasets and snapshots belonging to each BE.
99 * for each BE and their snapshots and datasets is
292 * datasets and snapshots returned by be_list.
308 be_snapshot_list_t *snapshots = list->be_node_snapshots; local
319 while (snapshots != NULL) {
320 be_snapshot_list_t *temp_ss = snapshots;
321 snapshots = snapshots->be_next_snapshot;
488 * and snapshots for this BE only. Otherwise we will iterate
524 * the datasets and snapshots fo
569 be_snapshot_list_t *snapshots = NULL; local
[all...]

Completed in 338 milliseconds