Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c108 hdr->dlh_length = ddl->ddl_length; in ddt_log_update_header()
606 if (hdr.dlh_length > 0) { in ddt_log_load_one()
607 dmu_prefetch_stream_by_dnode(dn, 0, hdr.dlh_length, B_FALSE); in ddt_log_load_one()
609 for (uint64_t offset = 0; offset < hdr.dlh_length; in ddt_log_load_one()
652 ddl->ddl_length = hdr.dlh_length; in ddt_log_load_one()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h137 uint64_t dlh_length; /* log size in bytes */ member