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.c79 objlist_node_t *last_object = list_tail(&list->ol_list); in objlist_insert() local
80 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()
H A Ddmu_recv.c125 uint64_t last_object; member
2225 if (dnode_hold(rwa->os, rwa->last_object, FTAG, &dn) != 0) in flush_write_batch_impl()
2234 ASSERT3U(rwa->last_object, ==, last_drrw->drr_object); in flush_write_batch_impl()
2253 ASSERT3U(drrw->drr_object, ==, rwa->last_object); in flush_write_batch_impl()
2462 if (drrw->drr_object < rwa->last_object || in receive_process_write_record()
2463 (drrw->drr_object == rwa->last_object && in receive_process_write_record()
2480 rwa->last_object = drrw->drr_object; in receive_process_write_record()
2483 if (rwa->last_object > rwa->max_object) in receive_process_write_record()
2484 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