Searched refs:last_object (Results 1 – 3 of 3) sorted by relevance
78 objlist_node_t *last_object = list_tail(&list->ol_list); in objlist_insert() local79 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()
122 uint64_t last_object; member2214 if (dnode_hold(rwa->os, rwa->last_object, FTAG, &dn) != 0) in flush_write_batch_impl()2223 ASSERT3U(rwa->last_object, ==, last_drrw->drr_object); in flush_write_batch_impl()2242 ASSERT3U(drrw->drr_object, ==, rwa->last_object); in flush_write_batch_impl()2444 if (drrw->drr_object < rwa->last_object || in receive_process_write_record()2445 (drrw->drr_object == rwa->last_object && in receive_process_write_record()2462 rwa->last_object = drrw->drr_object; in receive_process_write_record()2465 if (rwa->last_object > rwa->max_object) in receive_process_write_record()2466 rwa->max_object = rwa->last_object; in receive_process_write_record()
399 uint8_t last_object[8]; member