Searched refs:first_obj (Results 1 – 3 of 3) sorted by relevance
1013 uint64_t first_obj = range->start_blkid * span; in do_dump() local1014 uint64_t numobj = range->end_blkid * span - first_obj; in do_dump()1015 return (dump_freeobjects(dscp, first_obj, numobj)); in do_dump()
3785 uint64_t first_obj, uint64_t last_obj, list_t *l, const void *tag) in snaplist_make() argument3792 while (obj != first_obj) { in snaplist_make()3802 if (first_obj == 0) in snaplist_make()3803 first_obj = dsl_dir_phys(ds->ds_dir)->dd_origin_obj; in snaplist_make()
3172 uint64_t first_obj = first->dle_bpobj.bpo_object; in spa_livelist_condense_sync() local3205 (u_longlong_t)ds->ds_object, (u_longlong_t)first_obj, in spa_livelist_condense_sync()