Searched refs:cnt_track (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c1223 nvlist_t *cnt_track = NULL; local
1224 cnt_track = fnvlist_alloc();
1226 /* Rollup aggregated counts into the cnt_track list */
1241 if (nvlist_lookup_uint64(cnt_track, nm,
1244 fnvlist_add_uint64(cnt_track, nm,
1248 fnvlist_add_uint64(cnt_track, nm, 1);
1258 for (pair = nvlist_next_nvpair(cnt_track, NULL);
1259 pair != NULL; pair = nvlist_next_nvpair(cnt_track, pair)) {
1286 nvlist_free(cnt_track);

Completed in 65 milliseconds