Home
last modified time | relevance | path

Searched refs:last_object (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dobjlist.c78 objlist_node_t *last_object = list_tail(&list->ol_list); in objlist_insert() local
79 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()
H A Ddmu_recv.c110 uint64_t last_object; member
1868 if (dnode_hold(rwa->os, rwa->last_object, FTAG, &dn) != 0) in flush_write_batch_impl()
1877 ASSERT3U(rwa->last_object, ==, last_drrw->drr_object); in flush_write_batch_impl()
1896 ASSERT3U(drrw->drr_object, ==, rwa->last_object); in flush_write_batch_impl()
2051 if (drrw->drr_object < rwa->last_object || in receive_process_write_record()
2052 (drrw->drr_object == rwa->last_object && in receive_process_write_record()
2069 rwa->last_object = drrw->drr_object; in receive_process_write_record()
2072 if (rwa->last_object > rwa->max_object) in receive_process_write_record()
2073 rwa->max_object = rwa->last_object; in receive_process_write_record()