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

/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1344 ea_object_t *first_obj, *prev_obj, *obj; local
1346 first_obj = prev_obj = NULL;
1355 if (first_obj != NULL) {
1356 ea_free_object(first_obj, EUP_ALLOC);
1362 if (first_obj == NULL) {
1363 first_obj = obj;
1375 ea_free_object(first_obj, EUP_ALLOC);
1381 return (first_obj);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c2726 * Make a list of dsl_dataset_t's for the snapshots between first_obj
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)
2740 while (obj != first_obj) {
2750 if (first_obj == 0)
2751 first_obj = dsl_dir_phys(ds->ds_dir)->dd_origin_obj;
2732 snaplist_make(dsl_pool_t *dp, uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) argument

Completed in 89 milliseconds