Home
last modified time | relevance | path

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

/freebsd/sys/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.c122 uint64_t last_object; member
2214 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()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.h399 uint8_t last_object[8]; member