Home
last modified time | relevance | path

Searched refs:first_obj (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1013 uint64_t first_obj = range->start_blkid * span; in do_dump() local
1014 uint64_t numobj = range->end_blkid * span - first_obj; in do_dump()
1015 return (dump_freeobjects(dscp, first_obj, numobj)); in do_dump()
H A Ddsl_dataset.c3785 uint64_t first_obj, uint64_t last_obj, list_t *l, const void *tag) in snaplist_make() argument
3792 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()
H A Dspa.c3172 uint64_t first_obj = first->dle_bpobj.bpo_object; in spa_livelist_condense_sync() local
3205 (u_longlong_t)ds->ds_object, (u_longlong_t)first_obj, in spa_livelist_condense_sync()