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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c2727 * (exclusive) and last_obj (inclusive). The list will be in reverse
2728 * order (last_obj will be the list_head()). If first_obj == 0, do all
2733 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag)
2735 uint64_t obj = last_obj;
2732 snaplist_make(dsl_pool_t *dp, uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) argument

Completed in 196 milliseconds